简体   繁体   English

Cupertino 风格秀ModalBottomSheet

[英]Cupertino style showModalBottomSheet

I wanted to ask if there is any Cupertino style “showModalBottomSheet” available by default in Flutter?我想问一下 Flutter 中是否有默认可用的 Cupertino 风格的“showModalBottomSheet”? I'm designing the app for iOS and that's one of the things I want to include for my “Add record” process of the app.我正在为 iOS 设计应用程序,这是我想在应用程序的“添加记录”过程中包含的内容之一。

I would like to achieve this:我想实现这一点:

在此处输入图像描述

On iOS there is also animation tight to that where background screen is “zoomed out a bit”.在 iOS 上,还有与背景屏幕“缩小一点”的动画紧密相关。

I would thought that it will be part of the Cupertino package but I haven't found it there.我原以为它将成为 Cupertino 包裹的一部分,但我还没有在那里找到它。

Appreciate any guidance/help you can provide!感谢您提供的任何指导/帮助!

use showCupertinoModalPopup,使用 showCupertinoModalPopup,

import 'package:flutter/cupertino.dart' before using it.在使用之前导入“package:flutter/cupertino.dart”。

use Cupertino style for everything in this app.对这个应用程序中的所有内容使用库比蒂诺风格。 I presume it will be happen.我想它会发生。 I advice theoretical.我建议理论上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM