ColorTheme class

Constructors

ColorTheme({required Primary primary, required Secondary secondary, required Success success, required Alert alert, required Warning warning, required Accent1 accent1, required Accent2 accent2, required Accent3 accent3, required Accent4 accent4, required Inverse inverse, required Background background, required TextColor textColor, required TintColor tintColor, required Brightness brightness})

Properties

accent1 Accent1
final
accent2 Accent2
final
accent3 Accent3
final
accent4 Accent4
final
alert Alert
final
background Background
final
brightness Brightness
final
hashCode int
The hash code for this object.
no setterinherited
inverse Inverse
final
primary Primary
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Secondary
final
success Success
final
textColor TextColor
final
tintColor TintColor
final
warning Warning
final

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