unfocus method

void unfocus()

Implementation

void unfocus() {
  if (focusNode != null) focusNode!.unfocus();
}