validate method
return True
if the form is valid.
Implementation
bool validate() {
return _formKey.currentState?.validate() ?? false;
}
return True
if the form is valid.
bool validate() {
return _formKey.currentState?.validate() ?? false;
}