VideoPlayerView constructor

const VideoPlayerView({
  1. Key? key,
  2. String? videoFile,
  3. bool? isVideoUrl,
})

Implementation

const VideoPlayerView({
  Key? key,
  this.videoFile,
  this.isVideoUrl,
}) : super(key: key);