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