CircularProgressIndicatorOverrides

data class CircularProgressIndicatorOverrides(val indicatorColor: Int? = null, val trackColor: Int? = null, val size: UiDp? = null, val trackThickness: UiDp? = null)(source)

Selectively replaces circular progress-indicator appearance.

Throws

when a supplied dimension is negative

Constructors

Link copied to clipboard
constructor(indicatorColor: Int? = null, trackColor: Int? = null, size: UiDp? = null, trackThickness: UiDp? = null)

Types

Link copied to clipboard
object Companion

Shared circular progress override values.

Properties

Link copied to clipboard

active indicator ARGB color

Link copied to clipboard
val size: UiDp?

square indicator bounds in dp

Link copied to clipboard

inactive track ARGB color

Link copied to clipboard
val trackThickness: UiDp?

indicator and track stroke thickness in dp