VerticalNumberedStep
fun VerticalNumberedStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, stepNumber: Int, isLastStep: Boolean)
Represents a single step in a vertical numbered stepper.
Parameters
modifier
The modifier to be applied to the step.
stepStyle
The style of the step.
stepState
The current state of the step.
stepNumber
The number to be displayed in the step.
isLastStep
Whether the step is the last step in the stepper.