ScanFace constructor
const
ScanFace({
- Key? key,
- VoidCallback? onCapture,
- required VoidCallback onChangeCamera,
- required ValueChanged<
FlashMode> onFlash, - required ValueChanged<
double> onZoom, - double? zoomLevel,
- VoidCallback? onRecord,
- ScanFaceType type = ScanFaceType.capture,
- VoidCallback? onRecordStop,
- VoidCallback? backTap,
- bool changeCamera = true,
Implementation
const ScanFace({super.key, this.onCapture, required this.onChangeCamera, required this.onFlash, required this.onZoom, this.zoomLevel, this.onRecord, this.type = ScanFaceType.capture, this.onRecordStop, this.backTap, this.changeCamera = true});