Shade enum
- Inheritance
- Available extensions
Values
- DEFAULT → const Shade
- BLACK → const Shade
- RED → const Shade
- GREEN → const Shade
- YELLOW → const Shade
- BLUE → const Shade
- MAGENTA → const Shade
- CYAN → const Shade
- LIGHT_GRAY → const Shade
- DARK_GRAY → const Shade
- LIGHT_RED → const Shade
- LIGHT_GREEN → const Shade
- LIGHT_YELLOW → const Shade
- LIGHT_BLUE → const Shade
- LIGHT_MAGENTA → const Shade
- LIGHT_CYAN → const Shade
- WHITE → const Shade
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toStyle(
[bool isBackground = false]) → dynamic -
Available on Shade, provided by the ShadeHelper extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited