HorizontalIconStep

fun HorizontalIconStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, totalSteps: Int, stepIcon: ImageVector, isLastStep: Boolean, size: IntSize)

Represents a single step in a horizontal icon stepper.

Parameters

modifier

The modifier to be applied to the step.

stepStyle

The style of the step.

stepState

The current state of the step.

totalSteps

The total number of steps in the stepper.

stepIcon

The icon to be displayed in the step.

isLastStep

Whether the step is the last step in the stepper.

size

The size of the stepper.