CustomizationColors class

Constructors

CustomizationColors()

Properties

hashCode int
The hash code for this object.
no setterinherited
rfidEnableNfcButtonBackground Color?
Android only.
getter/setter pair
rfidEnableNfcButtonText Color?
Android only.
getter/setter pair
rfidEnableNfcDescriptionText Color?
Android only.
getter/setter pair
rfidEnableNfcTitleText Color?
Android only.
getter/setter pair
rfidProcessingScreenBackground Color?
getter/setter pair
rfidProcessingScreenHintLabelBackground Color?
getter/setter pair
rfidProcessingScreenHintLabelText Color?
getter/setter pair
rfidProcessingScreenLoadingBar Color?
getter/setter pair
rfidProcessingScreenProgressBar Color?
getter/setter pair
rfidProcessingScreenProgressBarBackground Color?
getter/setter pair
rfidProcessingScreenProgressLabelText Color?
getter/setter pair
rfidProcessingScreenResultLabelText Color?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testSetters Map<String, dynamic>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Allows you to serialize object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic jsonObject) CustomizationColors
Allows you to deserialize object.