PlaybackSpeedButton constructor

const PlaybackSpeedButton({
  1. Key? key,
  2. YoutubePlayerController? controller,
  3. Widget? icon,
})

Creates PlaybackSpeedButton widget.

Implementation

const PlaybackSpeedButton({
  super.key,
  this.controller,
  this.icon,
});