Scandit Icon
Defined in library scandit_datacapture_core_ui
- ScanditIconType
Added in version 7.1.0
The icon types.
- chevronUp
Added in version 7.1.0
Chevron pointing up.
- chevronDown
Added in version 7.1.0
Chevron pointing down.
- chevronLeft
Added in version 7.1.0
Chevron pointing left.
- chevronRight
Added in version 7.1.0
Chevron pointing right.
- arrowUp
Added in version 7.1.0
Arrow pointing up.
- arrowDown
Added in version 7.1.0
Arrow pointing down.
- arrowLeft
Added in version 7.1.0
Arrow pointing left.
- arrowRight
Added in version 7.1.0
Arrow pointing right.
- toPick
Added in version 7.1.0
To pick icon.
- checkmark
Added in version 7.1.0
Checkmark icon.
- xMark
Added in version 7.1.0
X icon.
- questionMark
Added in version 7.1.0
Question mark icon.
- exclamationMark
Added in version 7.1.0
Exclamation mark icon.
- lowStock
Added in version 7.1.0
Low stock icon.
- inspectItem
Added in version 7.1.0
Inspect item icon.
- expiredItem
Added in version 7.1.0
Expired item icon.
- wrongItem
Added in version 7.1.0
Wrong item icon.
- fragileItem
Added in version 7.1.0
Fragile item icon.
- starOutlined
Added in version 7.1.0
Outlined Star icon.
- starFilled
Added in version 7.1.0
Filled star icon.
- starHalfFilled
Added in version 7.1.0
Half-filled star icon.
- print
Added in version 7.1.0
Print icon.
- ScanditIconShape
Added in version 7.1.0
The icon shapes.
- circle
Added in version 7.1.0
Circle shape.
- square
Added in version 7.1.0
Square shape.
- ScanditIcon
class ScanditIcon
Added in version 7.1.0
Class that holds a Scandit icon.
- builder()
static ScanditIconBuilder builder()
Added in version 7.1.0
Constructs a scandit icon builder to build a scandit icon.
- icon
ScanditIconType? get icon
Added in version 7.1.0
The icon.
- backgroundColor
Color? get backgroundColor
Added in version 7.1.0
The color applied to the icon’s background.
- backgroundStrokeColor
Color? get backgroundStrokeColor
Added in version 7.1.0
The color of the stroke applied to the icon’s background.
- backgroundStrokeWidth
double get backgroundStrokeWidth
Added in version 7.1.0
The width of the stroke applied to the icon’s background.
- backgroundShape
ScanditIconShape? get backgroundShape
Added in version 7.1.0
The icon’s background shape.