ProgressIndicator

sealed class ProgressIndicator

Defined implementations of a progress indicator.

Parameters

value

The progress of the indicator.

showProgressPercentage

Show the progress as percentage.

customProgressIndicator

Custom view that replaces the default progress indicator view.

customIndicator

Custom view that replaces the default indicator view.

Inheritors

Types

Link copied to clipboard

Circular progress indicator.

Link copied to clipboard

Linear progress indicator.

Properties

Link copied to clipboard
open val customIndicator: @Composable () -> Unit? = null
Link copied to clipboard
open val customProgressIndicator: @Composable (Float) -> Unit? = null
Link copied to clipboard
Link copied to clipboard
open var value: Float?