horizontalTab
fun horizontalTab(totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle()): HorizontalStepperStyle.Tab
Represents the style for a step in a stepper component.
Return
A tab-based horizontal stepper style.
Parameters
totalSteps
The total number of steps in the stepper.
currentStep
The current active step in the stepper (zero-based index).
stepStyle
The style for the step numbers.