menu
commander_ui package
documentation
tui.dart
Focusable
onKey method
onKey method
dark_mode
light_mode
onKey
method
@
override
bool
onKey
(
KeyEvent
event
,
RenderContext
ctx
)
override
Implementation
@override bool onKey(KeyEvent event, RenderContext ctx) => onKeyHandler?.call(event) ?? false;
commander_ui package
documentation
tui
Focusable
onKey method
Focusable class