FaceDetectionLock constructor
FaceDetectionLock({})
Implementation
FaceDetectionLock({
Key? key,
required this.body,
this.noCameraDetectedErrorScreen,
this.noFaceLockScreen,
this.initializingCameraScreen,
this.isBlocInitializeAbove,
this.cameraController,
}) : super(key: key);