quit property

KeyBinding quit
final

Quit (q or Ctrl+C).

Implementation

static final quit = KeyBinding.withHelp(['q', 'ctrl+c'], 'q', 'quit');