Package-level declarations

Functions

Link copied to clipboard
fun HorizontalDashedStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, totalSteps: Int, size: IntSize)

Represents a single step in a horizontal dashed stepper.

Link copied to clipboard
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.

Link copied to clipboard
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.

Link copied to clipboard
fun HorizontalTabStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, totalSteps: Int, isLastStep: Boolean, size: IntSize)

Represents a single step in a horizontal tab stepper.