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