HorizontalTabStep
fun HorizontalTabStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, totalSteps: Int, isLastStep: Boolean, size: IntSize)
Represents a single step in a horizontal tab 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.
isLastStep
Whether the step is the last step in the stepper.
size
The size of the stepper.