keyPressEvent property
getter/setter pair
Accessor to provide a stream of KeyEvents on the desired target.
Implementation
static EventStreamProvider<KeyEvent> keyPressEvent =
new _KeyboardEventHandler('keypress');
Accessor to provide a stream of KeyEvents on the desired target.
static EventStreamProvider<KeyEvent> keyPressEvent =
new _KeyboardEventHandler('keypress');