closeKeyboard method

void closeKeyboard()

Implementation

void closeKeyboard() {
  FocusScope.of(this).unfocus();
}