Julian Steenbakker

bug: add parameter

@@ -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