ProgressIndicatorTheme
Customizes the appearance of progress indicators (ProgressBar, ProgressRing) across the app.
Properties
border_radius- Overrides the default value for flet.ProgressBar.border_radius.circular_track_color- Overrides the default value for flet.ProgressRing.bgcolor.circular_track_padding- Overrides the default value for flet.ProgressRing.padding.color- Overrides the default values for flet.ProgressBar.color and flet.ProgressRing.color.linear_min_height- Overrides the default value for flet.ProgressBar.bar_height.linear_track_color- Overrides the default value for flet.ProgressBar.bgcolor.refresh_bgcolor- Background color of that fills the circle under the RefreshIndicator (TBD).size_constraints- Overrides the default value for flet.ProgressRing.size_constraints.stop_indicator_color- Overrides the default value for flet.ProgressBar.stop_indicator_color.stop_indicator_radius- Overrides the default value for flet.ProgressBar.stop_indicator_radius.stroke_align- Overrides the default value for flet.ProgressRing.stroke_align.stroke_cap- Overrides the default value for flet.ProgressRing.stroke_cap.stroke_width- Overrides the default value for flet.ProgressRing.stroke_width.track_gap- Overrides the default values for flet.ProgressBar.track_gap and flet.ProgressRing.track_gap.year_2023- Overrides the default values for flet.ProgressBar.year_2023 and flet.ProgressRing.year_2023.
Properties
border_radiusclass-attributeinstance-attribute
border_radius: Optional[BorderRadiusValue] = NoneOverrides the default value for flet.ProgressBar.border_radius.
circular_track_colorclass-attributeinstance-attribute
circular_track_color: Optional[ColorValue] = NoneOverrides the default value for flet.ProgressRing.bgcolor.
circular_track_paddingclass-attributeinstance-attribute
circular_track_padding: Optional[PaddingValue] = NoneOverrides the default value for flet.ProgressRing.padding.
colorclass-attributeinstance-attribute
color: Optional[ColorValue] = NoneOverrides the default values for flet.ProgressBar.color and flet.ProgressRing.color.
linear_min_heightclass-attributeinstance-attribute
linear_min_height: Optional[Number] = NoneOverrides the default value for flet.ProgressBar.bar_height.
linear_track_colorclass-attributeinstance-attribute
linear_track_color: Optional[ColorValue] = NoneOverrides the default value for flet.ProgressBar.bgcolor.
refresh_bgcolorclass-attributeinstance-attribute
refresh_bgcolor: Optional[ColorValue] = NoneBackground color of that fills the circle under the RefreshIndicator (TBD).
size_constraintsclass-attributeinstance-attribute
size_constraints: Optional[BoxConstraints] = NoneOverrides the default value for flet.ProgressRing.size_constraints.
stop_indicator_colorclass-attributeinstance-attribute
stop_indicator_color: Optional[ColorValue] = NoneOverrides the default value for flet.ProgressBar.stop_indicator_color.
stop_indicator_radiusclass-attributeinstance-attribute
stop_indicator_radius: Optional[Number] = NoneOverrides the default value for flet.ProgressBar.stop_indicator_radius.
stroke_alignclass-attributeinstance-attribute
stroke_align: Optional[Number] = NoneOverrides the default value for flet.ProgressRing.stroke_align.
stroke_capclass-attributeinstance-attribute
stroke_cap: Optional[StrokeCap] = NoneOverrides the default value for flet.ProgressRing.stroke_cap.
stroke_widthclass-attributeinstance-attribute
stroke_width: Optional[Number] = NoneOverrides the default value for flet.ProgressRing.stroke_width.
track_gapclass-attributeinstance-attribute
track_gap: Optional[Number] = NoneOverrides the default values for flet.ProgressBar.track_gap and flet.ProgressRing.track_gap.
year_2023class-attributeinstance-attribute
year_2023: bool = FalseOverrides the default values for flet.ProgressBar.year_2023 and flet.ProgressRing.year_2023.