There’s a property called barrierDismissible that you can pass to showDialog ; which makes dialogs dismissible or not on external click
showDialog(
barrierDismissible: false,
builder: ...
)
There’s a property called barrierDismissible that you can pass to showDialog ; which makes dialogs dismissible or not on external click
showDialog(
barrierDismissible: false,
builder: ...
)