PRFColors class abstract final

Core color constants for the PRF brand identity.

This class contains all raw color values used throughout the app. For palette variations (tints/shades), see PRFColorPalette. For theme-aware colors, use PRFColorsExtension via BuildContext.

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

black → const Color
blue → const Color
Blue - For contact/initiated states
emerald → const Color
Emerald - For active/ongoing indicators
error → const Color
errorDark → const Color
errorLight → const Color
gray50 → const Color
gray100 → const Color
gray200 → const Color
gray300 → const Color
gray400 → const Color
gray500 → const Color
gray600 → const Color
gray700 → const Color
gray800 → const Color
gray900 → const Color
info → const Color
infoDark → const Color
infoLight → const Color
limeGreen → const Color
Lime Green - Secondary brand anchor
Navy Blue - Primary brand anchor
orange → const Color
Orange - For scheduled/pending states
purple → const Color
Purple - For mission states, events
success → const Color
successDark → const Color
successLight → const Color
transparent → const Color
warning → const Color
warningDark → const Color
warningLight → const Color
white → const Color