CoderColor class

A model that holds all custom colors used in the app

Constructors

CoderColor({required Color primary, required Color background, required Color card, required Color cardText, required Color text, required Color accent, required Color accentText})
const

Properties

accent Color
final
accentText Color
final
background Color
final
card Color
final
cardText Color
final
hashCode int
The hash code for this object.
no setterinherited
primary Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text 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