ProgressIndicatorTheme
Customizes the appearance of progress indicators (ProgressBar, ProgressRing) across the app.
Properties
-
border_radius(BorderRadiusValue | None) –Overrides the default value for
ProgressBar.border_radius. -
circular_track_color(ColorValue | None) –Overrides the default value for
ProgressRing.bgcolor. -
circular_track_padding(PaddingValue | None) –Overrides the default value for
ProgressRing.padding. -
color(ColorValue | None) –Overrides the default values for
ProgressBar.colorandProgressRing.color. -
linear_min_height(Number | None) –Overrides the default value for
ProgressBar.bar_height. -
linear_track_color(ColorValue | None) –Overrides the default value for
ProgressBar.bgcolor. -
refresh_bgcolor(ColorValue | None) –Background color of that fills the circle under the RefreshIndicator (TBD).
-
size_constraints(BoxConstraints | None) –Overrides the default value for
ProgressRing.size_constraints. -
stop_indicator_color(ColorValue | None) –Overrides the default value for
ProgressBar.stop_indicator_color. -
stop_indicator_radius(Number | None) –Overrides the default value for
ProgressBar.stop_indicator_radius. -
stroke_align(Number | None) –Overrides the default value for
ProgressRing.stroke_align. -
stroke_cap(StrokeCap | None) –Overrides the default value for
ProgressRing.stroke_cap. -
stroke_width(Number | None) –Overrides the default value for
ProgressRing.stroke_width. -
track_gap(Number | None) –Overrides the default values for
ProgressBar.track_gapandProgressRing.track_gap. -
year_2023(bool) –Overrides the default values for
ProgressBar.year_2023andProgressRing.year_2023.
Properties#
border_radius
class-attribute
instance-attribute
#
border_radius: BorderRadiusValue | None = None
Overrides the default value for ProgressBar.border_radius.
circular_track_color
class-attribute
instance-attribute
#
circular_track_color: ColorValue | None = None
Overrides the default value for ProgressRing.bgcolor.
circular_track_padding
class-attribute
instance-attribute
#
circular_track_padding: PaddingValue | None = None
Overrides the default value for ProgressRing.padding.
color
class-attribute
instance-attribute
#
color: ColorValue | None = None
Overrides the default values for ProgressBar.color and ProgressRing.color.
linear_min_height
class-attribute
instance-attribute
#
linear_min_height: Number | None = None
Overrides the default value for ProgressBar.bar_height.
linear_track_color
class-attribute
instance-attribute
#
linear_track_color: ColorValue | None = None
Overrides the default value for ProgressBar.bgcolor.
refresh_bgcolor
class-attribute
instance-attribute
#
refresh_bgcolor: ColorValue | None = None
Background color of that fills the circle under the RefreshIndicator (TBD).
size_constraints
class-attribute
instance-attribute
#
size_constraints: BoxConstraints | None = None
Overrides the default value for ProgressRing.size_constraints.
stop_indicator_color
class-attribute
instance-attribute
#
stop_indicator_color: ColorValue | None = None
Overrides the default value for ProgressBar.stop_indicator_color.
stop_indicator_radius
class-attribute
instance-attribute
#
stop_indicator_radius: Number | None = None
Overrides the default value for ProgressBar.stop_indicator_radius.
stroke_align
class-attribute
instance-attribute
#
stroke_align: Number | None = None
Overrides the default value for ProgressRing.stroke_align.
stroke_cap
class-attribute
instance-attribute
#
stroke_cap: StrokeCap | None = None
Overrides the default value for ProgressRing.stroke_cap.
stroke_width
class-attribute
instance-attribute
#
stroke_width: Number | None = None
Overrides the default value for ProgressRing.stroke_width.
track_gap
class-attribute
instance-attribute
#
track_gap: Number | None = None
Overrides the default values for ProgressBar.track_gap and ProgressRing.track_gap.
year_2023
class-attribute
instance-attribute
#
year_2023: bool = False
Overrides the default values for ProgressBar.year_2023 and ProgressRing.year_2023.