PlaybackSpeedButton constructor

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

Creates PlaybackSpeedButton widget.

Implementation

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