HorizontalStepperStyle

Represents a horizontal 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 Dashed(val totalSteps: Int, val currentStep: Int, val stepStyle: StepStyle) : HorizontalStepperStyle

A dashed horizontal stepper style.

Link copied to clipboard
class Icon(val totalSteps: Int, val currentStep: Int, val icons: List<ImageVector>, val stepStyle: StepStyle) : HorizontalStepperStyle

An icon-based horizontal stepper style.

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

A number-based horizontal stepper style.

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

A tab-based horizontal stepper style.

Properties

Link copied to clipboard
Link copied to clipboard