Skip to main content

ProgressIndicatorTheme

Customizes the appearance of progress indicators (ProgressBar, ProgressRing) across the app.

Properties

Properties

border_radiusclass-attributeinstance-attribute

border_radius: Optional[BorderRadiusValue] = None

Overrides the default value for flet.ProgressBar.border_radius.

circular_track_colorclass-attributeinstance-attribute

circular_track_color: Optional[ColorValue] = None

Overrides the default value for flet.ProgressRing.bgcolor.

circular_track_paddingclass-attributeinstance-attribute

circular_track_padding: Optional[PaddingValue] = None

Overrides the default value for flet.ProgressRing.padding.

colorclass-attributeinstance-attribute

color: Optional[ColorValue] = None

Overrides the default values for flet.ProgressBar.color and flet.ProgressRing.color.

linear_min_heightclass-attributeinstance-attribute

linear_min_height: Optional[Number] = None

Overrides the default value for flet.ProgressBar.bar_height.

linear_track_colorclass-attributeinstance-attribute

linear_track_color: Optional[ColorValue] = None

Overrides the default value for flet.ProgressBar.bgcolor.

refresh_bgcolorclass-attributeinstance-attribute

refresh_bgcolor: Optional[ColorValue] = None

Background color of that fills the circle under the RefreshIndicator (TBD).

size_constraintsclass-attributeinstance-attribute

size_constraints: Optional[BoxConstraints] = None

Overrides the default value for flet.ProgressRing.size_constraints.

stop_indicator_colorclass-attributeinstance-attribute

stop_indicator_color: Optional[ColorValue] = None

Overrides the default value for flet.ProgressBar.stop_indicator_color.

stop_indicator_radiusclass-attributeinstance-attribute

stop_indicator_radius: Optional[Number] = None

Overrides the default value for flet.ProgressBar.stop_indicator_radius.

stroke_alignclass-attributeinstance-attribute

stroke_align: Optional[Number] = None

Overrides the default value for flet.ProgressRing.stroke_align.

stroke_capclass-attributeinstance-attribute

stroke_cap: Optional[StrokeCap] = None

Overrides the default value for flet.ProgressRing.stroke_cap.

stroke_widthclass-attributeinstance-attribute

stroke_width: Optional[Number] = None

Overrides the default value for flet.ProgressRing.stroke_width.

track_gapclass-attributeinstance-attribute

track_gap: Optional[Number] = None

Overrides the default values for flet.ProgressBar.track_gap and flet.ProgressRing.track_gap.

year_2023class-attributeinstance-attribute

year_2023: bool = False

Overrides the default values for flet.ProgressBar.year_2023 and flet.ProgressRing.year_2023.