← Back to Glance AppWidget
CircularProgressIndicator
Component
in
Glance AppWidget
. Since 1.0.0Overview
Examples
Community Notes
Video
Adds a circular progress indicator view to the glance view.
@param modifier the modifier to apply to the progress bar @param color The color of the progress indicator.
Overloads
CircularProgressIndicator
@Composable
fun CircularProgressIndicator(
modifier: GlanceModifier = GlanceModifier,
color: ColorProvider = ProgressIndicatorDefaults.IndicatorColorProvider,
)
Parameters
Name | Description |
---|---|
modifier | the modifier to apply to the progress bar |
color | The color of the progress indicator |
Previous Component← CheckBox
Next ComponentFreeformTemplate →