SeekPreviewPerformanceOptions constructor
const
SeekPreviewPerformanceOptions({})
Implementation
const SeekPreviewPerformanceOptions({
this.maxCacheSize = 5,
this.preloadFrames = true,
this.preloadFrameCount = 10,
this.debounceDuration = const Duration(milliseconds: 100),
this.adaptiveQuality = true,
});