ScreenshotParams constructor
ScreenshotParams({
- ScreenshotParamsFormat? format,
- int? quality,
- bool? optimizeForSpeed,
Implementation
ScreenshotParams({this.format, this.quality, this.optimizeForSpeed});