isFilled method
Checks if the form is filled and validates all textForms.
Implementation
bool isFilled() {
return formKey.currentState!.validate();
}
Checks if the form is filled and validates all textForms.
bool isFilled() {
return formKey.currentState!.validate();
}