unfocus method

void unfocus()

Removes focus from the search field.

Implementation

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