handleBlur method

void handleBlur(
  1. FocusEvent event
)

Implementation

void handleBlur(FocusEvent event) {
  _blur.add(event);
}