unFocus method

void unFocus()

Implementation

void unFocus() {
  _hasFocus = false;
  _dirty = true;
  notifyListeners();
}