onBlur method

void onBlur(
  1. EventCallback<void> onEvent
)

Implementation

void onBlur(EventCallback<void> onEvent) => on("blur", onEvent);