GetColors class abstract

Constructors

GetColors()

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

Static Methods

accent(String seed) Color
material(String seed) Color
primary(String seed) Color

Constants

accents → const List<MaterialAccentColor>
amber → const Color
black → const MaterialColor
black85 → const Color
black90 → const Color
black93 → const Color
blackMatte → const Color
blue → const Color
blueDark → const Color
brown → const Color
charcoal → const Color
charcoalDark → const Color
cherry → const Color
cherryDark → const Color
green → const Color
greenDark → const Color
greenLight → const Color
greenLighter → const Color
grey → const Color
greyDark → const Color
greyLight → const Color
indigo → const Color
indigoDark → const Color
indigoLight → const Color
livid → const Color
lividDark → const Color
lividLight → const Color
materials → const List<Color>
orange → const Color
orangeDark → const Color
orangeEve → const Color
orangeLight → const Color
pink → const Color
pinkDark → const Color
pinkLight → const Color
plum → const Color
plumDark → const Color
plumLight → const Color
primaries → const List<MaterialColor>
purple → const Color
purpleDark → const Color
purpleEve → const Color
purpleLight → const Color
red → const Color
redDark → const Color
redLight → const Color
sky → const Color
skyDark → const Color
skyLight → const Color
teal → const Color
tealDark → const Color
tealLight → const Color
violet → const Color
violetDark → const Color
white → const MaterialColor
white85 → const Color
white90 → const Color
white93 → const Color
yellow → const Color
yellowDark → const Color
yellowDarker → const Color