CameraScreen constructor
- Key? key,
- required VoidCallback? onBack,
- bool saveToGallery = true,
- void onPhotoCaptured(
- String photoPath
Constructs a CameraScreen.
Implementation
const CameraScreen({
super.key,
required this.onBack,
this.saveToGallery = true,
this.onPhotoCaptured,
});