AppTheme class

Constructors

AppTheme({required Color primary, required Color secondary, required Color accent, required Color primaryBackground, required Color secondaryBackground, required Color accentBackground, required Color buttonBackground, required Color button, required Color error})
const

Properties

accent Color
final
accentBackground Color
final
button Color
final
buttonBackground Color
final
error Color
final
hashCode int
The hash code for this object.
no setterinherited
primary Color
final
primaryBackground Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary Color
final
secondaryBackground 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