PageFormBuilder constructor
PageFormBuilder({
- Key? key,
- Map<
String, dynamic> ? formData, - String? title,
- Map<
String, dynamic> ? mapAnswers, - bool? isShowButtonSave,
- OperationType? operationType,
- ValueChanged? onSubmit,
- ThemeModel? themeModel,
Implementation
PageFormBuilder({super.key, this.formData,this.title,this.mapAnswers,this.isShowButtonSave,this.operationType,this.onSubmit,this.themeModel});