onKeyUp property

Stream<KeyboardEvent> get onKeyUp

Implementation

Stream<KeyboardEvent> get onKeyUp => keyUpEvent.forTarget(this);