isValid property

  1. @override
bool isValid
override

True if the current value is valid.

This will not set errorText or hasError and it will not update error display.

See also:

Implementation

@override
bool get isValid => super.isValid && errorText == null;