标签: flutter
onPressed: () { Navigator.pop(context, false); },
我使用过navigator.pop,但它关闭了屏幕,不仅关闭了警告对话框。是否可以仅关闭对话框而不关闭当前屏幕?
navigator.pop