Loading

class Loading : State

Loading state.

Constructors

Link copied to clipboard
constructor(labelText: String? = null, indicator: ProgressIndicator)

Display a success state.

constructor(labelText: String? = null, indicator: ProgressIndicator, preView: @Composable () -> Unit? = null, postView: @Composable () -> Unit? = null)

Display a success state.

constructor(customView: @Composable () -> Unit)

Display a loading state.

Properties

Link copied to clipboard
val customView: @Composable () -> Unit? = null
Link copied to clipboard
val labelText: String? = null
Link copied to clipboard
val postView: @Composable () -> Unit? = null
Link copied to clipboard
val preView: @Composable () -> Unit? = null