iconHorizontal
fun iconHorizontal(currentStep: Int, icons: List<ImageVector>, stepStyle: StepStyle = StepStyle()): HorizontalStepperStyle.Icon
Represents the style for a step in a stepper component.
Return
A icon-based horizontal 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.