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