KolorBlues class abstract

Grouped colors for the different shades of Blue from the supported HTML colors.

Constructors

KolorBlues()

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 Methods

asMap() Map<String, Color>
Return all colors in KolorBlues as a Map<String, Color>.

Constants

aqua → const Color
Blue of "aqua".
aquamarine → const Color
Blue of "aquamarine".
blue → const Color
Blue of "blue".
cadetBlue → const Color
Blue of "cadetBlue".
cornflowerBlue → const Color
Blue of "cornflowerBlue".
cyan → const Color
Blue of "cyan".
darkBlue → const Color
Blue of "darkBlue".
darkTurquoise → const Color
Blue of "darkTurquoise".
deepSkyBlue → const Color
Blue of "deepSkyBlue".
dodgerBlue → const Color
Blue of "dodgerBlue".
lightBlue → const Color
Blue of "lightBlue".
lightCyan → const Color
Blue of "lightCyan".
lightSkyBlue → const Color
Blue of "lightSkyBlue".
lightSteelBlue → const Color
Blue of "lightSteelBlue".
mediumBlue → const Color
Blue of "mediumBlue".
mediumSlateBlue → const Color
Blue of "mediumSlateBlue".
mediumTurquoise → const Color
Blue of "mediumTurquoise".
midnightBlue → const Color
Blue of "midnightBlue".
Blue of "navy".
paleTurquoise → const Color
Blue of "paleTurquoise".
powderBlue → const Color
Blue of "powderBlue".
royalBlue → const Color
Blue of "royalBlue".
skyBlue → const Color
Blue of "skyBlue".
steelBlue → const Color
Blue of "steelBlue".
turquoise → const Color
Blue of "turquoise".
values → const List<Color>