String errorText

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.

Source

String get errorText => _errorText;