GameHeaderButton constructor
const
GameHeaderButton({})
Implementation
const GameHeaderButton({Key? key, required this.backgroundImagePath, this.onPressed, required this.buttonHeight, required this.buttonWidth,}) : super(key: key);