Tab

class Tab(val totalSteps: Int, val currentStep: Int, val stepStyle: StepStyle) : HorizontalStepperStyle

A tab-based horizontal stepper style.

Parameters

totalSteps

The total number of steps in the stepper.

currentStep

The current active step in the stepper (zero-based index).

stepStyle

The style for the step numbers.

Constructors

Link copied to clipboard
constructor(totalSteps: Int, currentStep: Int, stepStyle: StepStyle)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard