errorMessage property

ValueNotifier<String?> errorMessage
final

Implementation

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