Package-level declarations

Functions

Link copied to clipboard
fun VerticalIconStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, stepIcon: ImageVector, isLastStep: Boolean)

Represents a single step in a vertical icon stepper.

Link copied to clipboard
fun VerticalNumberedStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, stepNumber: Int, isLastStep: Boolean)

Represents a single step in a vertical numbered stepper.

Link copied to clipboard
fun VerticalTabStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, isLastStep: Boolean)