menu
commander_ui package
documentation
tui.dart
KeyEvent
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
NamedKey
named
)
Implementation
bool matches(NamedKey named) => key == named;
commander_ui package
documentation
tui
KeyEvent
matches method
KeyEvent class