end constant

Represents the location of the "End" key on a generalized keyboard.

Implementation

static const GameShortcutsShortcut end = GameShortcutsShortcut(
  key: PhysicalKeyboardKey.end,
  name: 'end',
);