shortHelp property
List<KeyBinding>
get
shortHelp
Returns a short list of key bindings for compact help views.
Implementation
List<KeyBinding> get shortHelp => [up, down, open, back];
Returns a short list of key bindings for compact help views.
List<KeyBinding> get shortHelp => [up, down, open, back];