CdxFormBuilder constructor
const
CdxFormBuilder({
- Key? key,
- required FormBuilderController controller,
- required TextStyle hintStyle,
- List<
Pair< ? steps,String, int> > - StepperType stepperType = StepperType.horizontal,
- List<
Step> ? customSteps, - MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center,
- Stream<
bool> ? showErrorsStream, - String errorMessage = '',
Implementation
const CdxFormBuilder({
super.key,
required this.controller,
required this.hintStyle,
this.steps,
this.stepperType = StepperType.horizontal,
this.customSteps,
this.mainAxisAlignment = MainAxisAlignment.center,
this.showErrorsStream,
this.errorMessage = '',
});