VideoFullScreen constructor
const
VideoFullScreen({
- Key? key,
- required VideoPlayerController videoController,
- required TextStyle textStyle,
- required FormatTimeType formatTime,
Implementation
const VideoFullScreen({super.key, required this.videoController, required this.textStyle, required this.formatTime});