【发布时间】:2020-07-16 13:59:25
【问题描述】:
我想防止在向下滑动时关闭bottom sheet,
我想使用Scaffold.of(context).showBottomSheet<void>((BuildContext context) => ...) 而不是showModalBottomSheet 因为我需要脚手架信息,showBottomSheet 有什么解决方案吗?我该怎么做?
【问题讨论】:
标签: flutter bottom-sheet