AppColors class abstract

AppColors provides a set of predefined color palettes for consistent theming across the app.

Constructors

AppColors()

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

Constants

baseBlack → const Color
Base black color used for text and icons.
black → const Color
Black color used for dark backgrounds and text.
blueLight → const MaterialColor
Blue Light color palette used for secondary actions and highlights.
error → const MaterialColor
Error color palette used for error messages and critical alerts.
gray → const MaterialColor
Gray color palette used for neutral elements and backgrounds.
indigo → const MaterialColor
Indigo color palette used for tertiary actions and accents.
orange → const MaterialColor
Orange color palette used for energetic and vibrant elements.
pink → const MaterialColor
Pink color palette used for feminine and soft elements.
primary → const MaterialColor
Primary color palette used for main branding and primary actions.
purple → const MaterialColor
Purple color palette used for creative and playful elements.
richBlack → const Color
Rich black color used for deep backgrounds and overlays.
rose → const MaterialColor
Rose color palette used for romantic and warm elements.
shadow → const Color
Shadow color used for drop shadows and depth effects.
success → const MaterialColor
Success color palette used for success messages and confirmations.
transparent → const Color
Transparent color used for invisible elements.
warning → const MaterialColor
Warning color palette used for warnings and cautionary messages.
white → const Color
White color used for light backgrounds and text.