Calls FormField.validator to set the errorText. Returns true if there were no errors.
Source
bool validate() { setState(() { _validate(); }); return !hasError; }
Calls FormField.validator to set the errorText. Returns true if there were no errors.
bool validate() { setState(() { _validate(); }); return !hasError; }