ColorConfiguration class

Configuration class used to alter the default scanner theming.

Constructors

ColorConfiguration()

Properties

colorBottomBarBackground ↔ Tuple2<Color, Color>?
getter/setter pair
colorBottomBarForeground ↔ Tuple2<Color, Color>?
getter/setter pair
colorOnSecondary ↔ Tuple2<Color, Color>?
getter/setter pair
colorPrimary ↔ Tuple2<Color, Color>?
getter/setter pair
colorScanButtonsForeground ↔ Tuple2<Color, Color>?
getter/setter pair
colorScanButtonsLayoutBackground ↔ Tuple2<Color, Color>?
getter/setter pair
colorScanPolygon ↔ Tuple2<Color, Color>?
getter/setter pair
colorSecondary ↔ Tuple2<Color, Color>?
getter/setter pair
colorTopBarBackground ↔ Tuple2<Color, Color>?
getter/setter pair
colorTopBarForeground ↔ Tuple2<Color, Color>?
getter/setter pair
hashCode int
The hash code for this object.
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