Skip to content

Commit

Permalink
Make entry page dismissible by outside tap
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaitagi committed Nov 1, 2021
1 parent 08a96b7 commit 2289a9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dictionary/dictionary_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class _DictionaryPageState extends State<DictionaryPage> {
minChildSize: .5,
maxChildSize: sheetSize,
initialChildSize: resume ? sheetSize : .5,
expand: false,
builder: (context, scroll) {
return Container(
decoration: const BoxDecoration(
Expand Down

0 comments on commit 2289a9b

Please sign in to comment.