iconVertical

fun iconVertical(currentStep: Int, icons: List<ImageVector>, stepStyle: StepStyle = StepStyle()): VerticalStepperStyle.Icon

Represents the style for a step in a stepper component.

Return

A icon-based vertical stepper style.

Parameters

currentStep

The current active step in the stepper (zero-based index).

icons

The list of icons to be displayed in the stepper.

stepStyle

The style for the step numbers.