KolorOranges class abstract

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

Constructors

KolorOranges()

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 KolorOranges as a Map<String, Color>.

Constants

coral → const Color
Orange of "coral".
darkOrange → const Color
Orange of "darkOrange".
lightSalmon → const Color
Orange of "lightSalmon".
orange → const Color
Orange of "orange".
orangeRed → const Color
Orange of "orangeRed".
tomato → const Color
Orange of "tomato".
values → const List<Color>