VideoFullScreen constructor

const VideoFullScreen({
  1. Key? key,
  2. required VideoPlayerController videoController,
  3. required TextStyle textStyle,
  4. required FormatTimeType formatTime,
})

Implementation

const VideoFullScreen({super.key, required this.videoController, required this.textStyle, required this.formatTime});