dashed
fun dashed(totalSteps: Int, currentStep: Int, stepStyle: StepStyle = StepStyle()): HorizontalStepperStyle.Dashed
Represents the style for a step in a stepper component.
Return
A dashed 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.