Describe the bugshowDialog's documentation says the default value of barrierDismissible is true:
/// The `barrierDismissible` argument is used to indicate whether tapping on the
/// barrier will dismiss the dialog. It is `true` by default and can not be `null`.
However, the default value is false.
To Reproduce
Steps to reproduce the behavior:
View showDialog source
Expected behavior
The documentation should be changed (as opposed to the default value) to say that the default value is false.
Additional context
I can open a pull request when I'm done with work if no one beats me to it.
Describe the bug
showDialog
's documentation says the default value ofbarrierDismissible
is true:However, the default value is false.
To Reproduce Steps to reproduce the behavior:
showDialog
sourceExpected behavior The documentation should be changed (as opposed to the default value) to say that the default value is false.
Additional context I can open a pull request when I'm done with work if no one beats me to it.