validate method

void validate()

Implementation

void validate(){
  _formFieldState.validate();
  notifyListeners();
}