Skip to content

Commit d10d25c

Browse files
authored
Update document_scanner_flutter.dart
1 parent b6f8260 commit d10d25c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/document_scanner_flutter.dart

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class DocumentScannerFlutter {
6262
}
6363
return showModalBottomSheet<File>(
6464
context: context,
65+
isDismissible: false,
6566
builder: (BuildContext bc) {
6667
return Container(
6768
child: new Wrap(

0 commit comments

Comments
 (0)