left property

KeyBinding left
final

Left navigation (← or h).

Implementation

static final left = KeyBinding.withHelp(
  ['left', 'h'],
  '${Arrows.left}/h',
  'left',
);