isValid property

ValueNotifier<bool> isValid
final

Implementation

final ValueNotifier<bool> isValid = ValueNotifier<bool>(true);