Icon

constructor(totalSteps: Int, currentStep: Int, icons: List<ImageVector>, stepStyle: StepStyle)

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.