unfocus method

void unfocus()

Remove focus from the text field.

Implementation

void unfocus() {
  action("unfocus");
}