padRightTrigger constant

GamepadKey const padRightTrigger

Implementation

static const GamepadKey padRightTrigger = GamepadKey._(
  GamepadButton.rightTrigger,
  0,
  115,
  'padRightTrigger',
);