nextSceneSectionCommandTrigger top-level constant
CommandTrigger
const nextSceneSectionCommandTrigger
Next scene section.
Implementation
const nextSceneSectionCommandTrigger = CommandTrigger(
name: 'next_scene_section',
description: 'Go to the next section in a scene',
button: GameControllerButton.start,
keyboardKey: CommandKeyboardKey(ScanCode.space),
);