gpt4 book ai didi

dart - 如何将 showModalBottomSheet 设置为全高?

转载 作者:IT老高 更新时间:2023-10-28 12:35:29 25 4
gpt4 key购买 nike

我使用 showRoundedModalBottomSheet,如何调整此模态高度直到 appbar?

enter image description here

最佳答案

[更新]

showModalBottomSheet(...)中设置属性isScrollControlled:true

它将使bottomSheet达到全高。


[原答案]

您可以改为实现 FullScreenDialog。

Flutter Gallery 应用有一个 FullScreenDialog 的示例

您可以使用以下代码打开对话框:

Navigator.of(context).push(new MaterialPageRoute<Null>(
builder: (BuildContext context) {
return Dialog();
},
fullscreenDialog: true
));

查看此博客 post还有更多:

希望对你有所帮助。

关于dart - 如何将 showModalBottomSheet 设置为全高?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53311553/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com