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

DievasCircularProgressThemeData({required double sizeSm, required double sizeMd, required double sizeLg, required double strokeWidth, required Color colorPrimary, required Color colorOnBrand, required Color trackColor})
const

Properties

colorOnBrand Color
Arc colour for the onBrand style variant — white on brand surfaces.
final
colorPrimary Color
Arc colour for the primary style 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, the toString method will be overridden to output this instance's props.
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