onWindowBlur property
Stream<void>
get
onWindowBlur
Stream of window blur events. Returns an empty stream on non-web.
Implementation
static Stream<void> get onWindowBlur => impl.onWindowBlur();
Stream of window blur events. Returns an empty stream on non-web.
static Stream<void> get onWindowBlur => impl.onWindowBlur();