blur method

void blur()

Implementation

void blur() {
  _flushPendingUserChange();
  _quill?.blur();
}