menu
arcane package
documentation
generated/arcane_shadcn/src/components/layout/stepper.dart
StepperValue
StepperValue constructor
StepperValue constructor
dark_mode
light_mode
StepperValue
constructor
StepperValue
(
{
required
Map
<
int
,
StepState
>
stepStates
,
required
int
currentStep
,
})
Implementation
StepperValue({ required this.stepStates, required this.currentStep, });
arcane package
documentation
generated/arcane_shadcn/src/components/layout/stepper
StepperValue
StepperValue constructor
StepperValue class