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