SettingsProgressIndicator

fun SettingsProgressIndicator(progress: () -> Int, theme: NavigationSettingsTheme, modifier: Modifier = Modifier)

Animated circular progress arc ranging from 0 to 100.

Used by SettingsDownloadableListItem to show voice-package download progress.

Parameters

progress

Lambda returning the current progress value (0–100); read on each recomposition.

theme

Color and typography tokens.

modifier

Layout modifier.