ColorSeed enum
Values
- m3baseline → const ColorSeed
-
const ColorSeed('M3 Baseline', Color(0xff6750a4)) - indigo → const ColorSeed
-
const ColorSeed('Indigo', Colors.indigo) - blue → const ColorSeed
-
const ColorSeed('Blue', Colors.blue) - teal → const ColorSeed
-
const ColorSeed('Teal', Colors.teal) - 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) - white → const ColorSeed
-
const ColorSeed('White', Colors.white) - 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