GlCaptureButton constructor

const GlCaptureButton({
  1. Key? key,
  2. required VoidCallback onTakePhoto,
  3. required VoidCallback onPickImage,
})

Implementation

const GlCaptureButton({super.key, required this.onTakePhoto, required this.onPickImage});