FamilyFormStateNotifier<Success, Failure extends Error, Arg> constructor

FamilyFormStateNotifier<Success, Failure extends Error, Arg>({
  1. bool stopOnFirstError = false,
})

Constructor for FormStateNotifier, defaults to not stopping at the first error.

Implementation

FamilyFormStateNotifier({
  this.stopOnFirstError = false,
});