CameraKitPlusView constructor
const
CameraKitPlusView({
- Key? key,
- required void onBarcodeRead(
- String code
- void onBarcodeDataRead(
- BarcodeData data
- CameraKitPlusController? controller,
- List<
BarcodeType> ? types, - bool useOld = false,
- bool showFrame = false,
- bool showZoomSlider = false,
Implementation
const CameraKitPlusView({super.key, required this.onBarcodeRead, this.onBarcodeDataRead, this.controller, this.types, this.useOld = false, this.showFrame = false, this.showZoomSlider = false});