BasicPalette class
Constructors
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
Constants
- black → const PaletteEntry
- blue → const PaletteEntry
- brown → const PaletteEntry
- cyan → const PaletteEntry
- darkBlue → const PaletteEntry
- darkGray → const PaletteEntry
- darkGreen → const PaletteEntry
- darkPink → const PaletteEntry
- darkRed → const PaletteEntry
- gray → const PaletteEntry
- green → const PaletteEntry
- lightBlue → const PaletteEntry
- lightGray → const PaletteEntry
- lightGreen → const PaletteEntry
- lightOrange → const PaletteEntry
- lightPink → const PaletteEntry
- lightRed → const PaletteEntry
- lime → const PaletteEntry
- magenta → const PaletteEntry
- orange → const PaletteEntry
- pink → const PaletteEntry
- purple → const PaletteEntry
- red → const PaletteEntry
- teal → const PaletteEntry
- transparent → const PaletteEntry
- white → const PaletteEntry
- yellow → const PaletteEntry