VideoPlayerPage constructor
VideoPlayerPage({})
Implementation
VideoPlayerPage(
{Key? key,
required this.videoUrl,
required this.durationMax,
this.isDownloadIcon = true,
this.isShareIcon = true,
this.controller})
: super(key: key);