AppTheme class

Constructors

AppTheme.new({required Color primary, required Color secondary, bool darkTheme = false, Color background = const Color(0xffffffff), Color text = const Color(0xff000000)})

Properties

background Color
final
darkTheme bool
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
secondary Color
final
text Color
final

Methods

backgroundColor() Color
boxShadow() List<BoxShadow>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
primaryColor() Color
secondaryColor() Color
textColor() Color
toString() String
A string representation of this object.
inherited

Operators

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