hasError property

ValueNotifier<bool> hasError
getter/setter pair

Implementation

ValueNotifier<bool> hasError = ValueNotifier(false);