AppTheme class

Defines the application's theme, including color schemes, text styles, and widget themes for both light and potentially dark modes.

Constructors

AppTheme.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

lightTheme ThemeData
The light theme configuration for the application.
no setter

Constants

backgroundColor → const Color
cardColor → const Color
errorColor → const Color
primaryColor → const Color
secondaryColor → const Color
successColor → const Color
surfaceColor → const Color
textDisabled → const Color
textPrimary → const Color
textSecondary → const Color
warningColor → const Color