Color enum
The group's color.
Values
- grey → const Color
-
const Color('grey')
- blue → const Color
-
const Color('blue')
- red → const Color
-
const Color('red')
- yellow → const Color
-
const Color('yellow')
- green → const Color
-
const Color('green')
- pink → const Color
-
const Color('pink')
- purple → const Color
-
const Color('purple')
- cyan → const Color
-
const Color('cyan')
- orange → const Color
-
const Color('orange')
Properties
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