keyDownEvent property
read / write
Accessor to provide a stream of KeyEvents on the desired target.
Implementation
static EventStreamProvider<KeyEvent> keyDownEvent =
new _KeyboardEventHandler('keydown');
Accessor to provide a stream of KeyEvents on the desired target.
static EventStreamProvider<KeyEvent> keyDownEvent =
new _KeyboardEventHandler('keydown');