cut constant
GameShortcutsShortcut
const cut
Represents the location of the "Cut" key on a generalized keyboard.
Implementation
static const GameShortcutsShortcut cut = GameShortcutsShortcut(
key: PhysicalKeyboardKey.cut,
name: 'cut',
);