CaptureButton constructor

const CaptureButton({
  1. Key? key,
  2. required VoidCallback? onCapture,
})

Implementation

const CaptureButton({super.key, required this.onCapture});