onFocusChanged property

Stream<bool> get onFocusChanged

Returns a stream broadcasting the device's browser focus changes.

Implementation

static Stream<bool> get onFocusChanged => const Stream.empty();