DynamicStepperForm constructor
const
DynamicStepperForm({
- Key? key,
- required List<
DynamicStep> steps, - DynamicFormController? controller,
- DynamicFormTheme? theme,
- void onSubmit()?,
- StepperType type = StepperType.vertical,
Creates a new DynamicStepperForm instance.
Implementation
const DynamicStepperForm({
super.key,
required this.steps,
this.controller,
this.theme,
this.onSubmit,
this.type = StepperType.vertical,
});