ModernFormVideoPlayer constructor
      const
      ModernFormVideoPlayer({ 
    
    
- Key? key,
- FlickManager? flickManager,
- void downloadArquive()?,
Implementation
const ModernFormVideoPlayer({
  Key? key,
  this.flickManager,
  this.share,
  this.shareUrl,
  this.shareArquive,
  this.downloadArquive,
}) : super(key: key);