AFFormState<T extends StatefulWidget, G extends TemplateForm> constructor
AFFormState<T extends StatefulWidget, G extends TemplateForm> ({
- required G model,
- bool enableFinalAction = true,
- ValueChanged<
String> ? handleErrorOnSubmit, - bool? enableSubmitFormWrapper,
Implementation
AFFormState({
required this.model,
this.enableFinalAction = true,
this.handleErrorOnSubmit,
this.enableSubmitFormWrapper,
});