isFilled method

bool isFilled()

Checks if the form is filled and validates all textForms.

Implementation

bool isFilled() {
  return formKey.currentState!.validate();
}