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
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
headerColor → const ArnaDynamicColor
The color of the header bar's background.
iconColor → const ArnaDynamicColor
The color of icons.
orange → const Color
Arna orange
primaryTextColor → const ArnaDynamicColor
The primary text color.
primaryTextColorDark → const ArnaDynamicColor
The color of the primary dark text color.
red → const Color
Arna red
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
rgb(0,0,0).
shade07 → const Color
rgb(7,7,7).
shade32 → const Color
rgb(32,32,32).
shade37 → const Color
rgb(37,37,37).
shade43 → const Color
rgb(43,43,43).
shade57 → const Color
rgb(57,57,57).
shade98 → const Color
rgb(98,98,98).
shade105 → const Color
rgb(105,105,105).
shade147 → const Color
rgb(147,147,147).
shade154 → const Color
rgb(154,154,154).
shade210 → const Color
rgb(210,210,210).
shade243 → const Color
rgb(243,243,243).
shade248 → const Color
rgb(248,248,248).
shade251 → const Color
rgb(251,251,251).
shade255 → const Color
rgb(255,255,255).
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.