gpt4 book ai didi

dart - 禁用向下拖动以关闭 showModalBottomSheet

转载 作者:IT王子 更新时间:2023-10-29 07:22:51 33 4
gpt4 key购买 nike

如何在底部工作表模式中禁用/避免向下拖动手势,以便用户可以在模式中进行交互而不会意外关闭模式?

在下方更新了实际的模态底页。

return showModalBottomSheet(
context: context,
builder: (BuildContext context) {
...
}
}

最佳答案

enableDrag设置为false

bool enableDrag

If true, the bottom sheet can dragged up and down and dismissed by swiping downwards.

https://docs.flutter.io/flutter/material/BottomSheet/enableDrag.html

关于dart - 禁用向下拖动以关闭 showModalBottomSheet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54743566/

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