MyTheme class abstract
Abstract class defining the color theme interface for the application.
This class extends ColorTheme
and defines the color scheme used throughout
the application. It provides a consistent way to access colors for both light
and dark themes.
- Implementers
Constructors
- MyTheme()
Properties
- backgroundColor → Color
-
The primary background color for the application.
no setter
- blackColor → Color
-
Pure black color used in the theme.
no setter
- borderColor → Color
-
Color used for borders and dividing lines.
no setter
- destructiveColor → Color
-
Color used for destructive or warning actions.
no setter
- dividerColor → Color
-
Color used for dividers between content sections.
no setter
- fieldColor → Color
-
Background color for input fields and form elements.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- iPadBackground → Color
-
Background color specifically for iPad interfaces.
no setter
- itemColor → Color
-
Color used for standard items or list elements.
no setter
- mainColor → Color
-
The main brand color used throughout the application.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryColor → Color
-
A secondary color used for accents and highlights.
no setter
- secondaryFadeTextColor → Color
-
A faded version of the secondary text color for less emphasis.
no setter
- secondaryTextColor → Color
-
Secondary text color, often used for contrast against different backgrounds.
no setter
- senderBubbleColor → Color
-
Background color for sender message bubbles in chat interfaces.
no setter
- subtitleTextColor → Color
-
Color used for subtitle or secondary text content.
no setter
- textColor → Color
-
The primary text color.
no setter
- thirdFadeColor → Color
-
A third level of faded color for various UI elements.
no setter
- whiteColor → Color
-
Pure white color used in the theme.
no setter
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