PageFormBuilder constructor

PageFormBuilder({
  1. Key? key,
  2. Map<String, dynamic>? formData,
  3. String? title,
  4. Map<String, dynamic>? mapAnswers,
  5. bool? isShowButtonSave,
  6. OperationType? operationType,
  7. ValueChanged? onSubmit,
  8. ThemeModel? themeModel,
})

Implementation

PageFormBuilder({super.key, this.formData,this.title,this.mapAnswers,this.isShowButtonSave,this.operationType,this.onSubmit,this.themeModel});