ColorConstants class
A collection of the primary colors used throughout the app.
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
- dialogColor → Color
-
HEX: 0x00FBDAD5, opacity: 0.9.
final
- loginBackgroundDecoration → BoxDecoration
-
The decoration given to a container to display the gradient background of the app.
final
Constants
- backgroundBlue → const Color
- A: 255, R: 217, G: 209, B: 227.
- backgroundOrange → const Color
- A: 255, R: 251, G: 218, B: 213.
- backgroundRed → const Color
- A: 255, R: 250, G: 211, B: 219.
- beige → const Color
- black → const Color
- A: 255, R: 41, G: 41, B: 41.
- gradient1 → const Color
- A: 255, R: 234, G: 31, B: 118.
- gradient2 → const Color
- A: 255, R: 246, G: 74, B: 84.
- gradient3 → const Color
- A: 255, R: 249, G: 98, B: 68.
- green → const Color
- A: 255, R: 79, G: 180, B: 6.
- greyDark → const Color
- A: 255, R: 144, G: 144, B: 144.
- greyDarkest → const Color
- A: 255, R: 106, G: 106, B: 106.
- greyLight → const Color
- A: 255, R: 175, G: 175, B: 175.
- greyLightest → const Color
- A: 255, R: 225, G: 225, B: 225.
- mainPurple → const Color
- offWhite → const Color
- A: 255, R: 237, G: 237, B: 237,
- orange → const Color
- A: 255, R: 255, G: 98, B: 61.
- pink → const Color
- A: 255, R: 250, G: 211, B: 219.
- purpleDark → const Color
- A: 255, R: 103, G: 44, B: 140.
- purpleLight → const Color
- A: 255, R: 217, G: 209, B: 227.
- red → const Color
- A: 255, R: 244, G: 54, B: 93.
- salmon → const Color
- A: 255, R: 251, G: 218, B: 213.
- white → const Color
- A: 255, R: 255, G: 255, B: 255.