FamilyFormStateNotifier<Success, Failure extends Error, Arg> constructor
FamilyFormStateNotifier<Success, Failure extends Error, Arg> ({
- bool stopOnFirstError = false,
Constructor for FormStateNotifier, defaults to not stopping at the first error.
Implementation
FamilyFormStateNotifier({
this.stopOnFirstError = false,
});