EventStreamProvider<KeyEvent> keyPressEvent
read / write

Accessor to provide a stream of KeyEvents on the desired target.

Source

static EventStreamProvider<KeyEvent> keyPressEvent =
    new _KeyboardEventHandler('keypress')