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