ScreenshotSheetFrame constructor

ScreenshotSheetFrame({
  1. required int stepIndex,
  2. required String label,
  3. required Image image,
  4. String? deviceId,
  5. String? deviceLabel,
  6. String? platform,
  7. String? model,
  8. ScreenshotHighlight? highlight,
})

Implementation

ScreenshotSheetFrame({
  required this.stepIndex,
  required this.label,
  required this.image,
  this.deviceId,
  this.deviceLabel,
  this.platform,
  this.model,
  this.highlight,
});