MediaOptions constructor
const
MediaOptions({})
Implementation
const MediaOptions({
this.imageQuality = 80,
this.maxWidth = 1280,
this.maxHeight = 1280,
this.watermark,
this.watermarkFontSize = 30,
this.watermarkPosition = WatermarkPosition.bottomRight,
this.maxDuration = const Duration(seconds: 60),
this.cropOptions,
});