NativeCameraView constructor
const
NativeCameraView({
- Key? key,
- required NativeCameraViewCreatedCallback onViewCreated,
- required ValueChanged<
DetectedObjects> onDetections, - ValueChanged<
DetectedPose> ? onPose,
Implementation
const NativeCameraView({
super.key,
required this.onViewCreated,
required this.onDetections,
this.onPose,
});