CameraSource constructor
const
CameraSource({})
Implementation
const CameraSource({
Key? key,
required this.onDetect,
this.stopOnFound = false,
this.resolution = ResolutionPreset.high,
this.immersive = true,
}) : super(key: key);