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.

Link copied to clipboard
class Number(val totalSteps: Int, val currentStep: Int, val stepStyle: StepStyle) : VerticalStepperStyle

A number-based vertical stepper style.

Link copied to clipboard
class Tab(val totalSteps: Int, val currentStep: Int, val stepStyle: StepStyle) : VerticalStepperStyle

A tab-based vertical stepper style.

Properties

Link copied to clipboard
Link copied to clipboard