Colors class

All the fluent colors

Constructors

Colors()

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 Properties

accentColors List<AccentColor>
A list of all the accent colors provided by this library.
final
blue AccentColor
final
green AccentColor
final
magenta AccentColor
final
orange AccentColor
final
purple AccentColor
final
red AccentColor
final
teal AccentColor
final
yellow AccentColor
final

Constants

black → const Color
A black opaque color.
errorPrimaryColor → const Color
errorSecondaryColor → const Color
grey → const ShadedColor
The grey color.
successPrimaryColor → const Color
successSecondaryColor → const Color
transparent → const Color
The transparent color. This should not be used in animations because it'll cause a weird effect.
warningPrimaryColor → const Color
warningSecondaryColor → const Color
white → const Color
A opaque white color.