unfocus method

void unfocus()

Implementation

void unfocus() {
  FocusScope.of(this.context).unfocus();
}