submitFormWrapper property
A function that will be called by the AFFormState state whenever
the form submitted by the user. It has the responsibility to await
the future received as an argument which is returned by the
AFFormState.onSubmitted
Implementation
final FutureWrapper submitFormWrapper;