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