VideoPlayerView constructor

const VideoPlayerView({
  1. Key? key,
  2. required String videoPath,
})

Implementation

const VideoPlayerView({super.key, required this.videoPath});