ShadeColor class abstract

Shade color used in ColorScheme.

Annotations

Constructors

ShadeColor({Brightness brightness = Brightness.dark})
const

Properties

b30 Color
Dark theme color with index 30.
no setter
b40 Color
Dark theme color with index 40.
no setter
b50 Color
Dark theme color with index 50.
no setter
b60 Color
Dark theme color with index 60.
no setter
b70 Color
Dark theme color with index 70.
no setter
b80 Color
Dark theme color with index 80.
no setter
b90 Color
Dark theme color with index 90.
no setter
b100 Color
Dark theme color with index 100.
no setter
brightness Brightness
The Brightness for this color.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
w30 Color
Light theme color with index 30.
no setter
w40 Color
Light theme color with index 40.
no setter
w50 Color
Light theme color with index 50.
no setter
w60 Color
Light theme color with index 60.
no setter
w70 Color
Light theme color with index 70.
no setter
w80 Color
Light theme color with index 80.
no setter
w90 Color
Light theme color with index 90.
no setter
w100 Color
Light theme color with index 100.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withBrightness(Brightness brightness) ShadeColor
Used by ColorScheme to return a color with current brightness.

Operators

operator ==(covariant ShadeColor other) bool
The equality operator.
override
operator [](int index) Color
Returns a shade color.