unfocus method

void unfocus()

Un focus all field on screen.

Implementation

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