ProVideoController constructor
ProVideoController({})
Creates a ProVideoController instance.
Requires a videoPlayer
widget, videoDuration
, initialResolution
,
and the video file size in bytes.
Implementation
ProVideoController({
required this.videoPlayer,
required this.videoDuration,
required this.initialResolution,
required this.fileSize,
required this.thumbnails,
});