GamepadConnectionEvent constructor
GamepadConnectionEvent({
- required String gamepadId,
- required String name,
- required GamepadConnectionEventType type,
Implementation
GamepadConnectionEvent({
required this.gamepadId,
required this.name,
required this.type,
});