GameButton constructor
const
GameButton({})
Implementation
const GameButton({
super.key,
required this.title,
this.backColor,
this.gradientColors,
this.stokeColor,
this.stokeWidth,
this.fontSize,
this.fontWeight,
this.textColor,
this.textStokeColor,
this.textStokeWidth,
});