DievasCircularProgressThemeData class final
Theme data for DievasCircularProgress.
Holds the size, stroke, and colour tokens consumed by the widget. Derived by the component mapper from the token sub-systems — not constructed directly in widget code.
Constructors
Properties
- colorOnBrand → Color
-
Arc colour for the
onBrandstyle variant — white on brand surfaces.final - colorPrimary → Color
-
Arc colour for the
primarystyle variant.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizeLg → double
-
Diameter for DievasCircularProgressSize.lg (dp).
final
- sizeMd → double
-
Diameter for DievasCircularProgressSize.md (dp).
final
- sizeSm → double
-
Diameter for DievasCircularProgressSize.sm (dp).
final
- stringify → bool?
-
If set to
true, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited - strokeWidth → double
-
Arc stroke width (dp).
final
- trackColor → Color
-
Background ring colour (the unfilled track).
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