errorNotifier property

ValueNotifier<String?> errorNotifier
final

Implementation

final ValueNotifier<String?> errorNotifier = ValueNotifier(null);