LightMyTheme class final

Implementation of MyTheme for light mode.

Defines all the colors used when the application is in light mode.

Implemented types

Constructors

LightMyTheme()

Properties

backgroundColor Color
The primary background color for the application.
final
blackColor Color
Pure black color used in the theme.
final
borderColor Color
Color used for borders and dividing lines.
final
destructiveColor Color
Color used for destructive or warning actions.
final
dividerColor Color
Color used for dividers between content sections.
final
fieldColor Color
Background color for input fields and form elements.
final
hashCode int
The hash code for this object.
no setterinherited
iPadBackground Color
Background color specifically for iPad interfaces.
final
itemColor Color
Color used for standard items or list elements.
final
mainColor Color
The main brand color used throughout the application.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryColor Color
A secondary color used for accents and highlights.
final
secondaryFadeTextColor Color
A faded version of the secondary text color for less emphasis.
final
secondaryTextColor Color
Secondary text color, often used for contrast against different backgrounds.
final
senderBubbleColor Color
Background color for sender message bubbles in chat interfaces.
final
subtitleTextColor Color
Color used for subtitle or secondary text content.
final
textColor Color
The primary text color.
final
thirdFadeColor Color
A third level of faded color for various UI elements.
final
whiteColor Color
Pure white color used in the theme.
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