ScreenshotsApp constructor
const
ScreenshotsApp({
- Key? key,
- required void screenshots(
- BuildContext context
Implementation
const ScreenshotsApp({
super.key,
required this.screenshots,
});