ScreenshotAndDrawScreen constructor

const ScreenshotAndDrawScreen({
  1. Key? key,
  2. required Uint8List? capturedImage,
})

Implementation

const ScreenshotAndDrawScreen({super.key, required this.capturedImage});