ProgressStep

data class ProgressStep(val label: CharSequence, val enabled: Boolean)

Step in the ProgressTrackerRow&ProgressTrackerColumn component. Each step has a label and a enabled state.

Constructors

Link copied to clipboard
constructor(label: CharSequence, enabled: Boolean)

Properties

Link copied to clipboard

Indicate whether the step is enabled or disabled. Disabled steps won't be interactive.

Link copied to clipboard

The label of the step to be displayed in the progress tracker. AnnotatedStrings will be styled but other class inheriting from CharSequence will be displayed as plain text.