ScreenshotPlugin constructor

const ScreenshotPlugin({
  1. ScreenshotProcessor? processor,
})

Implementation

const ScreenshotPlugin({
  this.processor,
}) : super(
        identifier: 'screenshot',
        name: 'Screenshot',
        icon: Icons.photo_camera,
        windowSize: const Size(220, 220),
      );