SystemColors class

Constructors

SystemColors()

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

error → const MaterialColor
grey50 → const Color
grey100 → const Color
grey200 → const Color
grey300 → const Color
grey400 → const Color
grey500 → const Color
grey600 → const Color
grey700 → const Color
grey800 → const Color
grey900 → const Color
grey1000 → const Color
success → const Color
warning → const Color