CameraView constructor
const
CameraView({})
Implementation
const CameraView({
super.key,
required this.title,
this.text,
required this.onImage,
this.initialDirection = CameraLensDirection.back,
this.customPaint,
this.requiredPoses,
this.poseImages,
required this.cameras, // This is essential
});