FaceDetectionView constructor
const
FaceDetectionView({
- Key? key,
- required ActionStatus actionType,
- required String screenTitle,
- ValueChanged<
String> ? onFieldSubmitted, - camCall defalutCam = face_lib.camCall.Front,
- bool autoClickCamera = false,
- Widget? captureButton,
- Widget? switchCameraButton,
- bool previewScreen = false,
- bool showSwitchCameraIcon = false,
- bool showCameraIcon = false,
- bool batterySaverBrightness = false,
- bool showLogo = true,
Implementation
const FaceDetectionView(
{super.key,
required this.actionType,
required this.screenTitle,
this.onFieldSubmitted,
this.defalutCam = face_lib.camCall.Front,
this.autoClickCamera = false,
this.captureButton,
this.switchCameraButton,
this.previewScreen = false,
this.showSwitchCameraIcon = false,
this.showCameraIcon = false,
this.callWithNavigate = false,
this.batterySaverBrightness = false,
this.showLogo = true});