AppColor class

Container for all app color values

Constructors

AppColor({Color? primary, Color? primaryVariant, Color? red, Color? redVariant, Color? blue, Color? background, Color? surface, Color? onPrimary, Color? onBackground, Color? white, Color? whiteVariant, Color? grey, Color? greyVariant, Color? dark, Color? darkVariant, Color? yellow})

Properties

background Color?
final
blue Color?
final
dark Color?
final
darkVariant Color?
final
grey Color?
final
greyVariant Color?
final
hashCode int
The hash code for this object.
no setterinherited
onBackground Color?
final
onPrimary Color?
final
primary Color?
final
primaryVariant Color?
final
red Color?
final
redVariant Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surface Color?
final
white Color?
final
whiteVariant Color?
final
yellow Color?
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