PlayerButton constructor
const
PlayerButton({})
Implementation
const PlayerButton({
Key? key,
this.size = 40,
this.iconPath,
required this.onPressed,
this.circle = true,
this.backgroundColor = Colors.white54,
this.iconColor = Colors.black,
this.customIcon,
}) : super(key: key);