VerticalStepperStyle
Represents a vertical stepper style.
Parameters
totalSteps
The total number of steps in the stepper.
currentStep
The current active step in the stepper (zero-based index).
Inheritors
Types
Link copied to clipboard
class Icon(val totalSteps: Int, val currentStep: Int, val icons: List<ImageVector>, val stepStyle: StepStyle) : VerticalStepperStyle
An icon-based vertical stepper style.