GamepadLayout constructor

const GamepadLayout({
  1. Key? key,
  2. required Gamepad gamepad,
  3. double heigth = 400,
  4. double width = 600,
})

Implementation

const GamepadLayout(
    {Key? key, required this.gamepad, this.heigth = 400, this.width = 600})
    : super(key: key);