Icon
class Icon(val totalSteps: Int, val currentStep: Int, val icons: List<ImageVector>, val stepStyle: StepStyle) : HorizontalStepperStyle
An icon-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).
icons
The list of icons to be displayed in the stepper.
stepStyle
The style for the step numbers.