CustomVideoPlayerControls constructor
const
CustomVideoPlayerControls({})
Implementation
const CustomVideoPlayerControls({
super.key,
required this.videoPlayerController,
this.fullScreen,
required this.isFullScreen,
this.onPlayToggle,
this.isLive = false,
this.onSettingsTap,
this.isSettingsEnabled,
});