Skip to content

Commit

Permalink
added barrierDismissible to about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Sep 22, 2020
1 parent e5088d8 commit 3c77bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/about.dart
Expand Up @@ -21,6 +21,7 @@ class AboutButton extends StatelessWidget {
onPressed: () {
showCupertinoDialog(
context: context,
barrierDismissible: true,
builder: (BuildContext context) => AboutDialog());
},
icon: Icon(
Expand Down

0 comments on commit 3c77bb9

Please sign in to comment.