GamepadButtons constructor

const GamepadButtons(
  1. int value, {
  2. String? name,
})

Implementation

const GamepadButtons(super.value, {super.name});