CustomVideoPlayer constructor
const
CustomVideoPlayer({})
Implementation
const CustomVideoPlayer(
{super.key,
required this.videoUrl,
required this.url,
this.downloadVideo});
const CustomVideoPlayer(
{super.key,
required this.videoUrl,
required this.url,
this.downloadVideo});