库比蒂诺风格 showModalBottomSheet
我想问一下默认情况下是否有库比蒂诺风格的“ Showmodalbottomsheet”?我正在为iOS设计该应用程序,这是我要在应用程序的“添加记录”过程中包含的内容之一。
我想实现这一目标:
在iOS上也有动画紧密,其中背景屏幕“放大了一点”。
我以为它将是库比蒂诺包装的一部分,但我还没有找到它。
感谢您提供的任何指导/帮助!
I wanted to ask if there is any Cupertino style “showModalBottomSheet” available by default in Flutter? 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.
I would like to achieve this:
On iOS there is also animation tight to that where background screen is “zoomed out a bit”.
I would thought that it will be part of the Cupertino package but I haven’t found it there.
Appreciate any guidance/help you can provide!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用showcupertinomodalpopup,
导入“软件包:flutter/cupertino.dart”之前。
use showCupertinoModalPopup,
import 'package:flutter/cupertino.dart' before using it.
根据您的要求修改此内容
Modify this as your requirements