KolorReds class abstract

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

Constructors

KolorReds()

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

Constants

crimson → const Color
Red of "crimson".
darkRed → const Color
Red of "darkRed".
darkSalmon → const Color
Red of "darkSalmon".
fireBrick → const Color
Red of "fireBrick".
indianRed → const Color
Red of "indianRed".
lightCoral → const Color
Red of "lightCoral".
lightSalmon → const Color
Red of "lightSalmon".
red → const Color
Red of "red".
salmon → const Color
Red of "salmon".
values → const List<Color>