ScreenshotSpec constructor

const ScreenshotSpec(
  1. String label,
  2. List<({int height, int width})> portraitSizes
)

Implementation

const ScreenshotSpec(this.label, this.portraitSizes);