unfocus method

void unfocus()

Implementation

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