WidgetBuild constructor

WidgetBuild({
  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,
})

Implementation

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