ScreenshotDetails constructor

ScreenshotDetails({
  1. String? filePath,
  2. String? error,
  3. Size? screenshotSize,
})

Implementation

ScreenshotDetails({
  this.filePath,
  this.error,
  this.screenshotSize,
});