ColorCollection class

Constructors

ColorCollection()

Properties

accent Color
getter/setter pair
accentLight Color
getter/setter pair
background Color
getter/setter pair
backgroundElevated Color
getter/setter pair
backgroundItem Color
getter/setter pair
backgroundOutline Color
getter/setter pair
error Color
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlight Color
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected Color
getter/setter pair
shimmerBackground Color
getter/setter pair
shimmerForeground Color
getter/setter pair
text Color
getter/setter pair
textLight Color
getter/setter pair
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setColors({Color? background, Color? backgroundItem, Color? backgroundOutline, Color? backgroundElevated, Color? text, Color? textLight, Color? textLink, Color? accent, Color? accentLight, Color? error, Color? highlight, Color? selected, Color? shimmerBackground, Color? shimmerForeground}) → void
toString() String
A string representation of this object.
inherited

Operators

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