ColorPalette class
Predefined color palette for Kaeru UI.
Constructors
Properties
- 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
Static Properties
- danger ↔ Color
-
Danger color.
Example:
ColorPalette.dangergetter/setter pair - dark ↔ Color
-
Dark neutral color.
Example:
ColorPalette.darkgetter/setter pair - info ↔ Color
-
Info color.
Example:
ColorPalette.infogetter/setter pair - light ↔ Color
-
Light neutral color.
Example:
ColorPalette.lightgetter/setter pair - medium ↔ Color
-
Medium neutral color.
Example:
ColorPalette.mediumgetter/setter pair - primary ↔ Color
-
Primary / Brand color.
Example:
ColorPalette.primarygetter/setter pair - secondary ↔ Color
-
Secondary color.
Example:
ColorPalette.secondarygetter/setter pair - success ↔ Color
-
Success color.
Example:
ColorPalette.successgetter/setter pair - warning ↔ Color
-
Warning color.
Example:
ColorPalette.warninggetter/setter pair