UnicoTheme class Null safety
Set your camera theme
Constructors
- UnicoTheme({String? colorBackground, String? colorBoxMessage, String? colorTextMessage, String? colorBackgroundPopupError, String? colorTextPopupError, String? colorBackgroundButtonPopupError, String? colorTextButtonPopupError, String? colorBackgroundTakePictureButton, String? colorIconTakePictureButton, String? colorBackgroundBottomDocument, String? colorTextBottomDocument, String? colorSilhouetteSuccess, String? colorSilhouetteError, String? colorSilhouetteNeutral})
Properties
- colorBackground ↔ String?
-
read / write
- colorBackgroundBottomDocument ↔ String?
-
read / write
- colorBackgroundButtonPopupError ↔ String?
-
read / write
- colorBackgroundPopupError ↔ String?
-
read / write
- colorBackgroundTakePictureButton ↔ String?
-
read / write
- colorBoxMessage ↔ String?
-
read / write
- colorIconTakePictureButton ↔ String?
-
read / write
- colorSilhouetteError ↔ String?
-
read / write
- colorSilhouetteNeutral ↔ String?
-
read / write
- colorSilhouetteSuccess ↔ String?
-
read / write
- colorTextBottomDocument ↔ String?
-
read / write
- colorTextButtonPopupError ↔ String?
-
read / write
- colorTextMessage ↔ String?
-
read / write
- colorTextPopupError ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited