FastPaletteColors class

Constructors

FastPaletteColors({required FastPaletteScheme blue, required FastPaletteScheme blueGray, required FastPaletteScheme teal, required FastPaletteScheme indigo, required FastPaletteScheme purple, required FastPaletteScheme mint, required FastPaletteScheme green, required FastPaletteScheme pink, required FastPaletteScheme red, required FastPaletteScheme orange, required FastPaletteScheme yellow, required FastPaletteScheme brown, required FastPaletteScheme gray, required Color whiteColor})
const

Properties

blue FastPaletteScheme
final
blueGray FastPaletteScheme
final
brown FastPaletteScheme
final
gray FastPaletteScheme
final
green FastPaletteScheme
final
hashCode int
The hash code for this object.
no setterinherited
indigo FastPaletteScheme
final
mint FastPaletteScheme
final
orange FastPaletteScheme
final
pink FastPaletteScheme
final
purple FastPaletteScheme
final
red FastPaletteScheme
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teal FastPaletteScheme
final
whiteColor Color
final
yellow FastPaletteScheme
final

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