ScreenshotParams constructor

ScreenshotParams({
  1. ScreenshotParamsFormat? format,
  2. int? quality,
  3. bool? optimizeForSpeed,
})

Implementation

ScreenshotParams({this.format, this.quality, this.optimizeForSpeed});