unfocus method

void unfocus()

Implementation

void unfocus() {
  _cacheIsFocus = false;
  node?.unfocus();
}