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