ThumbnailViewer constructor
const
ThumbnailViewer({})
For showing the thumbnails generated from the video, like a frame by frame preview
Implementation
const ThumbnailViewer({
Key? key,
required this.videoFile,
required this.videoDuration,
required this.thumbnailHeight,
required this.numberOfThumbnails,
required this.fit,
this.quality = 75,
}) : super(key: key);