VideoPlayerWidget constructor

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

Implementation

const VideoPlayerWidget({required this.videoPath, Key? key}) : super(key: key);