PlaybackSpeedButton constructor
      const
      PlaybackSpeedButton({ 
    
- Key? key,
- YoutubePlayerController? controller,
- Widget? icon,
Creates PlaybackSpeedButton widget.
Implementation
const PlaybackSpeedButton({
  super.key,
  this.controller,
  this.icon,
});