UProcessStyle class

Semantic colors for the process UI. Every value is optional: when null the widgets fall back to the current Theme / material defaults, so the process screens stay fully reusable in any app while still letting a host inject its own brand tokens (e.g. context.colors.accentGreen).

Constructors

UProcessStyle({Color? verifiedColor, Color? awaitingColor, Color? currentColor, Color? onAccentColor})
const

Properties

awaitingColor → Color?
final
currentColor → Color?
final
hashCode → int
The hash code for this object.
no setterinherited
onAccentColor → Color?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
verifiedColor → Color?
final

Methods

awaiting(BuildContext context) → Color
current(BuildContext context) → Color
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAccent(BuildContext context) → Color
toString() → String
A string representation of this object.
inherited
verified(BuildContext context) → Color

Operators

operator ==(Object other) → bool
The equality operator.
inherited