ScrollableFabric constructor
const
ScrollableFabric({
- Key? key,
- required ScreenshotThumbnail widget,
- required dynamic onScreenshotAvailable(),
- required VoidCallback onCaptureStarted,
- required VoidCallback onCaptureFailed,
Implementation
const ScrollableFabric({
super.key,
required this.widget,
required this.onScreenshotAvailable,
required this.onCaptureStarted,
required this.onCaptureFailed,
});