CaptureButton constructor
const
CaptureButton({
- Key? key,
- required VoidCallback? onCapture,
Implementation
const CaptureButton({super.key, required this.onCapture});