gotoBottom property
Go to bottom (end or G).
Implementation
static final gotoBottom = KeyBinding.withHelp(
['end', 'G'],
'G',
'go to bottom',
);
Go to bottom (end or G).
static final gotoBottom = KeyBinding.withHelp(
['end', 'G'],
'G',
'go to bottom',
);