CSIColorPalette class abstract interface

Interface that defines the colors that the palette must provide

Properties

background Color
The background color of the palette.
no setter
disabled Color
The disabled color of the palette.
no setter
error Color
The error color of the palette.
no setter
hashCode int
The hash code for this object.
no setterinherited
onBackground Color
The on background color of the palette.
no setter
onError Color
The on error color of the palette.
no setter
onPrimary Color
The on primary color of the palette.
no setter
onSecondary Color
The on secondary color of the palette.
no setter
primary Color
The primary color of the palette.
no setter
primaryVariant Color
The primary variant color of the palette.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Color
The secondary color of the palette.
no setter
secondaryVariant Color
The secondary variant color of the palette.
no setter
surface Color
The surface color of the palette.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited