VideoPlayerWidget constructor

const VideoPlayerWidget({
  1. Key? key,
  2. String? videoUrl,
  3. File? file,
})

Implementation

const VideoPlayerWidget({super.key, this.videoUrl, this.file});