AppTheme class
Theme configuration for the Movie Star application.
Constructors
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
- darkTheme → ThemeData
-
Creates the dark theme for the application.
no setter
- lightTheme → ThemeData
-
Creates the light theme for the application.
no setter
Constants
- backgroundColor → const Color
- Background color for the application.
- defaultBorderRadius → const double
- Default border radius for rounded corners.
- defaultPadding → const double
- Default padding for content.
- primaryColor → const Color
- Primary color for the application. Using a more balanced red that provides better contrast in both light and dark modes.
- primaryTextColor → const Color
- Text color for primary text.
- secondaryTextColor → const Color
- Text color for secondary text.
- selectedItemColor → const Color
- Color for selected items in navigation.
- unselectedItemColor → const Color
- Color for unselected items in navigation.