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