HorizontalDashedStep
fun HorizontalDashedStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, totalSteps: Int, size: IntSize)
Represents a single step in a horizontal dashed 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.
size
The size of the stepper.