shortHelp method
Returns bindings for the short help view.
These are displayed in a single line at the bottom of the screen.
Implementation
@override
List<KeyBinding> shortHelp() {
return [up, down, toggle, confirm, cancel];
}
Returns bindings for the short help view.
These are displayed in a single line at the bottom of the screen.
@override
List<KeyBinding> shortHelp() {
return [up, down, toggle, confirm, cancel];
}