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