DesignColors class
Color constants used for design elements throughout the application.
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
- npsColor ↔ Color
-
NPS (Net Promoter Score) color, defaulting to defaultColor.
getter/setter pair
Constants
- defaultColor → const Color
- The default primary color.
- grey0 → const Color
- Off-white color variant 0.
- grey1 → const Color
- Light grey color variant 1.
- grey3 → const Color
- Grey color variant 3.
- grey4 → const Color
- Grey color variant 4.
- grey5 → const Color
- Grey color variant 5.
- grey6 → const Color
- Dark grey color variant 6.
- grey7 → const Color
- Dark grey color variant 7.
- greyLight → const Color
- A light grey color.
- white → const Color
- White color.