blur method

void blur()

Blur the input.

Implementation

void blur() {
  _focused = false;
  cursor = cursor.blur();
}