We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f8260 commit d10d25cCopy full SHA for d10d25c
lib/document_scanner_flutter.dart
@@ -62,6 +62,7 @@ class DocumentScannerFlutter {
62
}
63
return showModalBottomSheet<File>(
64
context: context,
65
+ isDismissible: false,
66
builder: (BuildContext bc) {
67
return Container(
68
child: new Wrap(
0 commit comments