Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -42,6 +42,7 @@ class MobileScanner extends StatefulWidget { | @@ -42,6 +42,7 @@ class MobileScanner extends StatefulWidget { | ||
| 42 | this.controller, | 42 | this.controller, |
| 43 | this.fit = BoxFit.cover, | 43 | this.fit = BoxFit.cover, |
| 44 | this.allowDuplicates = false, | 44 | this.allowDuplicates = false, |
| 45 | + this.scanWindow, | ||
| 45 | }); | 46 | }); |
| 46 | 47 | ||
| 47 | @override | 48 | @override |
-
Please register or login to post a comment