SpeedButton constructor
const
SpeedButton({})
Constructor for the SpeedButton
Implementation
const SpeedButton({
super.key,
required this.currentSpeed,
required this.playbackSpeeds,
required this.setSpeed,
required this.iconColor,
this.backgroundColor,
});