CustomVideoPlayer constructor

const CustomVideoPlayer({
  1. Key? key,
  2. required Uri videoUrl,
})

Implementation

const CustomVideoPlayer({super.key, required this.videoUrl});