CameraOverlay constructor
const
CameraOverlay({})
Implementation
const CameraOverlay({
Key? key,
required this.previewSize,
required this.detectionAreaBoundingBox,
this.upperHelper,
this.lowerHelper,
}) : super(key: key);