ModernFormVideoPlayer constructor

const ModernFormVideoPlayer({
  1. Key? key,
  2. FlickManager? flickManager,
  3. void share(
    1. BuildContext context
    )?,
  4. void shareUrl()?,
  5. void shareArquive()?,
  6. void downloadArquive()?,
})

Implementation

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