Returns true if the field is valid and has no custom error text.
true
@override /// Returns `true` if the field is valid and has no custom error text. bool get isValid => super.isValid && _customErrorText == null;