errorsNotifier property
ValueNotifier<List<String> >
get
errorsNotifier
Notifier for the list of validation errors.
Implementation
ValueNotifier<List<String>> get errorsNotifier => _errorsNotifier;
Notifier for the list of validation errors.
ValueNotifier<List<String>> get errorsNotifier => _errorsNotifier;