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