hideKeyBoard method

void hideKeyBoard()

Implementation

void hideKeyBoard() {
  FocusScope.of(context).unfocus();
}