BarcodeItemInfoPosition enum

Where to display the barcode info box in the camera preview.

Inheritance
Available extensions

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.