VideoBox constructor
const
VideoBox({})
Implementation
const VideoBox(
{super.key,
required this.videoPath,
required this.backgroundColor,
required this.progressIndicator,
this.autoPlaying = true,
this.isOpenFullScreenPlay = true,
this.notPlayingWidget,
this.playingFailWidget,
this.videoLoadFailCallback});