Skip to content

Commit b1bb926

Browse files
Update lib/src/objects/start_options.dart
Co-authored-by: Navaron Bracke <brackenavaron@gmail.com>
1 parent ebfe698 commit b1bb926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/objects/start_options.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class StartOptions {
2424
/// The desired camera resolution for the scanner.
2525
final Size? cameraResolution;
2626

27-
/// Whether the scanner should work also with inverted images.
27+
/// Whether the scanner should try to detect color-inverted barcodes in every other frame.
2828
final bool intervalInvertImage;
2929

3030
/// The detection speed for the scanner.

0 commit comments

Comments
 (0)