LoadingIndicatorDefaults
Contains default values by the LoadingIndicator.
Summary
Public properties |
||
|---|---|---|
Dp |
A |
Cmn
|
Dp |
A |
Cmn
|
List<RoundedPolygon> |
The sequence of |
Cmn
|
List<RoundedPolygon> |
The sequence of |
Cmn
|
Dp |
A |
Cmn
|
Color |
A |
Cmn
|
Color |
A |
Cmn
|
Shape |
A |
Cmn
|
Color |
A |
Cmn
|
Public properties
DeterminateIndicatorPolygons
val DeterminateIndicatorPolygons: List<RoundedPolygon>
The sequence of RoundedPolygons that the determinate LoadingIndicator will morph between when animating. The loading indicator will morph between the shapes as its progress moves between zero to one.
By default, a determinate loading indicator will will morph between two shapes, but you may provide your own shapes sequence when calling the API.
IndeterminateIndicatorPolygons
val IndeterminateIndicatorPolygons: List<RoundedPolygon>
The sequence of RoundedPolygons that the indeterminate LoadingIndicator will morph between when animating.
By default, an indeterminate loading indicator will morph between seven shapes, but you may provide your own shapes sequence when calling the API.
containedContainerColor
val containedContainerColor: Color
A LoadingIndicator default container Color when using a ContainedLoadingIndicator.
containedIndicatorColor
val containedIndicatorColor: Color
A LoadingIndicator default active indicator Color when using a ContainedLoadingIndicator.
indicatorColor
val indicatorColor: Color
A LoadingIndicator default active indicator Color when using an uncontained LoadingIndicator.