ColorSeed enum
Values
- baseColor → const ColorSeed
-
const ColorSeed('Green Accent', Colors.greenAccent) - indigo → const ColorSeed
-
const ColorSeed('Indigo', Colors.indigo) - blue → const ColorSeed
-
const ColorSeed('Blue', Colors.blue) - green → const ColorSeed
-
const ColorSeed('Green', Colors.green) - yellow → const ColorSeed
-
const ColorSeed('Yellow', Colors.yellow) - orange → const ColorSeed
-
const ColorSeed('Orange', Colors.orange) - deepOrange → const ColorSeed
-
const ColorSeed('Deep Orange', Colors.deepOrange) - pink → const ColorSeed
-
const ColorSeed('Pink', Colors.pink)
Properties
- color → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- label → String
-
final
- 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited