ScreenshotConfig constructor
const
ScreenshotConfig({
- double pixelRatio = 3.0,
- ScreenshotFormat format = ScreenshotFormat.png,
- ScreenshotResultType resultType = ScreenshotResultType.base64,
- String? fileName,
- bool shouldShowDebugLogs = false,
- Duration? captureDelay,
Implementation
const ScreenshotConfig({
this.pixelRatio = 3.0,
this.format = ScreenshotFormat.png,
this.resultType = ScreenshotResultType.base64,
this.fileName,
this.shouldShowDebugLogs = false,
this.captureDelay,
});