ArnaColors class

A palette of Color constants that describe colors

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

Constants

backgroundColor → const ArnaDynamicColor
The color of the background.
barrierColor → const Color
Black with 42% opacity.
blue → const Color
Arna blue: HSL(203,94.2,46.6).
borderColor → const ArnaDynamicColor
The color of borders.
buttonColor → const ArnaDynamicColor
The color of button's background.
cardColor → const ArnaDynamicColor
The color of card's background.
disabledColor → const ArnaDynamicColor
The color of disabled items.
expansionPanelColor → const ArnaDynamicColor
The color of the expansion panel's background.
green → const Color
Arna green: HSL(174,62.7,39.8).
headerColor → const ArnaDynamicColor
The color of the header bar's background.
iconColor → const ArnaDynamicColor
The color of icons.
orange → const Color
Arna orange: HSL(36,94.2,57.5).
primaryTextColor → const ArnaDynamicColor
The primary text color.
primaryTextColorDark → const ArnaDynamicColor
The color of the primary dark text color.
red → const Color
Arna red: HSL(350,94.2,49.8).
reverseBackgroundColor → const ArnaDynamicColor
The reverse color of the background.
secondaryTextColor → const ArnaDynamicColor
The secondary text color.
secondaryTextColorDark → const ArnaDynamicColor
The color of the secondary dark text color.
shade00 → const Color
HSL(0,0,0).
shade04 → const Color
HSL(0,0,1.6).
shade07 → const Color
HSL(0,0,2.7).
shade12 → const Color
HSL(0,0,4.7).
shade32 → const Color
HSL(0,0,12.5).
shade37 → const Color
HSL(0,0,14.5).
shade45 → const Color
HSL(0,0,17.6).
shade57 → const Color
HSL(0,0,22.4).
shade101 → const Color
HSL(0,0,39.6).
shade108 → const Color
HSL(0,0,42.4).
shade147 → const Color
HSL(0,0,57.6).
shade154 → const Color
HSL(0,0,60.4).
shade210 → const Color
HSL(0,0,82.4).
shade243 → const Color
HSL(0,0,95.3).
shade248 → const Color
HSL(0,0,97.3).
shade251 → const Color
HSL(0,0,98.4).
shade255 → const Color
HSL(0,0,100).
sideColor → const ArnaDynamicColor
The color of the side bar's background.
textFieldColor → const ArnaDynamicColor
The color of text field's background.
transparent → const Color
Completely invisible.