Dispatched when the user releases a key.
Mappings between keys and specific characters vary by device and operating system.
Source
EventStream<KeyboardEvent> get onKeyUp => InteractiveObject.keyUpEvent.forTarget(this);
Dispatched when the user releases a key.
Mappings between keys and specific characters vary by device and operating system.
EventStream<KeyboardEvent> get onKeyUp => InteractiveObject.keyUpEvent.forTarget(this);