errorsNotifier property

ValueNotifier<List<String>> get errorsNotifier

Notifier for the list of validation errors.

Implementation

ValueNotifier<List<String>> get errorsNotifier => _errorsNotifier;