gamepadDelay top-level constant
How often to check the gamepad for new button presses.
Implementation
const gamepadDelay = Duration(milliseconds: 5);
How often to check the gamepad for new button presses.
const gamepadDelay = Duration(milliseconds: 5);