SheetMode enum

Configuration of the barcode result sheet's default visibility state.

Inheritance
Available extensions

Values

BUTTON → const SheetMode

Result sheet is hidden and can be opened by pressing the button. The button can show the total barcode count.

COLLAPSED_SHEET → const SheetMode

Result sheet is visible and collapsed and can be expanded by dragging it up.

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<SheetMode>
A constant List of the values in this enum, in order of their declaration.