CameraBuilder constructor
const
CameraBuilder({})
Implementation
const CameraBuilder({
Key? key,
required this.builder,
this.onImageReceived,
this.onPermissionDenied,
this.onError,
this.onZoomChanged,
this.enableZoom = false,
}) : super(key: key);