errorText property

  1. @override
String? errorText
inherited

The current validation error returned by the FormField.validator callback, or null if no errors have been triggered. This only updates when validate is called.

Implementation

@override
String? get errorText => super.errorText ?? _customErrorText;