GameShortcutsHelpScreen constructor
const
GameShortcutsHelpScreen({})
Create an instance.
Implementation
const GameShortcutsHelpScreen({
required this.shortcuts,
this.title = 'Keyboard Shortcuts',
this.controlKey = 'CTRL',
this.metaKey = 'META',
this.shiftKey = 'SHIFT',
this.altKey = 'ALT',
this.keyJoin = ' + ',
super.key,
});