ScreenshotCapture constructor

const ScreenshotCapture({
  1. required GlobalKey<State<StatefulWidget>> appContentKey,
  2. int targetWidth = 720,
})

Implementation

const ScreenshotCapture({
  required this.appContentKey,
  this.targetWidth = 720,
});