FaceRecognitionView constructor
const
FaceRecognitionView({
- Key? key,
- FaceRecognitionViewCreatedCallback? onViewCreated,
- Map<
String, dynamic> ? creationParams, - bool needShowConfirmDialog = true,
Implementation
const FaceRecognitionView({
Key? key,
this.onViewCreated,
this.creationParams,
this.needShowConfirmDialog = true,
}) : super(key: key);