VideoPlayerWidget constructor
const
VideoPlayerWidget({
- Key? key,
- required VideoData video,
- VoidCallback? onClose,
- bool showCloseButton = true,
Implementation
const VideoPlayerWidget({
super.key,
required this.video,
this.onClose,
this.showCloseButton = true,
});