onKeyUp property

Dispatched when the user releases a key.

Mappings between keys and specific characters vary by device and operating system.

Implementation

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