KwikStepperState

constructor(steps: List<String>, currentStep: Int = 0, isComplete: Boolean = false, showStepNumber: Boolean = true, showStepLabel: Boolean = true)

Parameters

steps

: The list of steps to display in the stepper.

currentStep

: The current step of the stepper. Starts from 0.

isComplete

: Whether the stepper is complete or not. Default is false.

showStepNumber

: Whether to show the step number in the stepper. Default is true.

showStepLabel

: Whether to show the step label in the stepper. Default is true.