onBlur method

void onBlur()

Called when the widget loses focus.

Implementation

void onBlur() {
  _focused = false;
}