ScreenshotCapture constructor
const
ScreenshotCapture({
- required GlobalKey<
State< appContentKey,StatefulWidget> > - int targetWidth = 720,
Implementation
const ScreenshotCapture({
required this.appContentKey,
this.targetWidth = 720,
});