BarcodeItemInfoPosition enum
Where to display the barcode info box in the camera preview.
Values
- DISABLED → const BarcodeItemInfoPosition
-
Don't display any barcode info.
- STACKED → const BarcodeItemInfoPosition
-
Display the barcode info box in the center of the overlay polygon.
- BELOW → const BarcodeItemInfoPosition
-
Display the barcode info box below the overlay polygon.
- ABOVE → const BarcodeItemInfoPosition
-
Display the barcode info box above the overlay polygon.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BarcodeItemInfoPosition> - A constant List of the values in this enum, in order of their declaration.