unfocus method

void unfocus()

Implementation

void unfocus() {
  _currentFocusNode?.unfocus();
}