FullControls constructor
const
FullControls({
- Key? key,
- required FlutterNativePlayerController controller,
- required PlaybackState playbackState,
- required DurationState? durationState,
- PlayerControlsTheme? theme,
- bool showQualitySelector = true,
- bool showSpeedSelector = true,
- 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);