unFocus method

void unFocus()

Implementation

void unFocus() {
  if (FocusScope.of(this).hasFocus) {
    FocusScope.of(this).unfocus();
  }
}