ProgressIndicatorTheme
Customizes the appearance of progress indicators (ProgressBar
, ProgressRing
) across the app.
ProgressIndicatorTheme
class has the following properties:
circular_track_color
Overrides the default value of ProgressIndicator.circular_track_color
in all descendant ProgressIndicator
controls.
color
Overrides the default value of ProgressIndicator.color
in all descendant ProgressIndicator
controls.
linear_min_height
Overrides the default value of ProgressIndicator.linear_min_height
in all descendant ProgressIndicator
controls.
linear_track_color
Overrides the default value of ProgressIndicator.linear_track_color
in all descendant ProgressIndicator
controls.
refresh_bgcolor
TBA