FullControls constructor

const FullControls({
  1. Key? key,
  2. required FlutterNativePlayerController controller,
  3. required PlaybackState playbackState,
  4. required DurationState? durationState,
  5. PlayerControlsTheme? theme,
  6. bool showQualitySelector = true,
  7. bool showSpeedSelector = true,
  8. bool showSubtitleSelector = true,
})

Implementation

const FullControls({
  Key? key,
  required this.controller,
  required this.playbackState,
  required this.durationState,
  this.theme,
  this.showQualitySelector = true,
  this.showSpeedSelector = true,
  this.showSubtitleSelector = true,
}) : super(key: key);