ScreenshotOptions constructor

ScreenshotOptions({
  1. bool? optimizeForSpeed,
  2. String? type,
  3. num? quality,
  4. bool? fromSurface,
  5. bool? fullPage,
  6. bool? omitBackground,
  7. String? path,
  8. ScreenshotClip? clip,
  9. String? encoding,
  10. bool? captureBeyondViewport,
})

Implementation

ScreenshotOptions({
  this.optimizeForSpeed,
  this.type,
  this.quality,
  this.fromSurface,
  this.fullPage,
  this.omitBackground,
  this.path,
  this.clip,
  this.encoding,
  this.captureBeyondViewport,
});