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