unfocus method

void unfocus()

Removes input focus from this field.

Implementation

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