Skip to content

Commit c7a5f2f

Browse files
authored
Added two properties to set qrWidth and qrHeight in web apps
1 parent d0bf963 commit c7a5f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/simple_barcode_scanner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class SimpleBarcodeScannerPage extends StatelessWidget {
2525
///center Title
2626
final bool? centerTitle;
2727

28-
/// Only for web app, set qrBox width and height
28+
/// Only for web apps, set qrBox width and height
2929
final int scanWidth;
3030
final int scanHeight;
3131

0 commit comments

Comments
 (0)