HorizontalNumberedStep

fun HorizontalNumberedStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, totalSteps: Int, stepNumber: Int, isLastStep: Boolean, size: IntSize)

Represents a single step in a horizontal numbered 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.

stepNumber

The number to be displayed in the step.

isLastStep

Whether the step is the last step in the stepper.

size

The size of the stepper.