unfocus method

void unfocus()

Implementation

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