AFFormState<T extends StatefulWidget, G extends TemplateForm> constructor

AFFormState<T extends StatefulWidget, G extends TemplateForm>({
  1. required G model,
  2. bool enableFinalAction = true,
  3. ValueChanged<String>? handleErrorOnSubmit,
  4. bool? enableSubmitFormWrapper,
})

Implementation

AFFormState({
  required this.model,
  this.enableFinalAction = true,
  this.handleErrorOnSubmit,
  this.enableSubmitFormWrapper,
});