verticalTab

fun verticalTab(totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle()): VerticalStepperStyle.Tab

Represents the style for a step in a stepper component.

Return

A tab-based vertical stepper style.

Parameters

totalSteps

The total number of steps in the stepper.

currentStep

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