Package-level declarations
Functions
Link copied to clipboard
fun VerticalIconStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, stepIcon: ImageVector, isLastStep: Boolean)
Represents a single step in a vertical icon stepper.
Link copied to clipboard
fun VerticalTabStep(modifier: Modifier = Modifier, stepStyle: StepStyle, stepState: StepState, isLastStep: Boolean)