onKeyEvent property

FocusOnKeyEventCallback? onKeyEvent
final

Keyboard event handler of the terminal. This has higher priority than shortcuts and input handler of the terminal.

Implementation

final FocusOnKeyEventCallback? onKeyEvent;