【发布时间】:2021-11-11 06:28:21
【问题描述】:
我正在使用showModalBottomSheet 显示模态材料设计底页。
showModalBottomSheet<void>(
context: context,
builder: (BuildContext context) {
...
我希望在 Flutter Android 应用暂停时(例如用户点击主页按钮)自动关闭(弹出?)。
我该怎么做?
【问题讨论】:
标签: android flutter dart bottom-sheet flutter-showmodalbottomsheet