blur method

void blur()

Implementation

void blur() {
  dispatchEvent(FocusEvent('blur'));
}