ColorsUtil class

Colors based on the Design Dystem of ConstructIN

Constructors

ColorsUtil()

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

black → const Color
blue → const Color
darkBlue → const Color
darkGreen → const Color
dark colors
darkRed → const Color
darkYellow → const Color
green → const Color
default colors
grey → const Color
grey scale
grey100 → const Color
grey200 → const Color
grey300 → const Color
grey400 → const Color
grey500 → const Color
grey600 → const Color
grey700 → const Color
indigo → const Color
light → const Color
lightBlue → const Color
lightGreen → const Color
lightRed → const Color
light colors
lightYellow → const Color
red → const Color
white → const Color
yellow → const Color