onKeyUp 属性

Stream<KeyboardEvent> onKeyUp
重写

由该 Window 处理的 keyup 事件流。

实现

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