showCoordinatesCommandTrigger top-level constant
CommandTrigger
const showCoordinatesCommandTrigger
Show coordinates.
Implementation
const showCoordinatesCommandTrigger = CommandTrigger(
name: 'show_coordinates',
description: 'Show coordinates',
button: GameControllerButton.x,
keyboardKey: CommandKeyboardKey(ScanCode.c),
);