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