enableSubmitFormWrapper property

bool? enableSubmitFormWrapper
latefinal

Whether to use wrap the submit function inside the AFThemeData.submitFormWrapper function. This can be useful to display a loading dialog while submitting the data.

Implementation

late final bool? enableSubmitFormWrapper;