onBarcodeClicked property
- @JsonKey(includeToJson: false)
read / write
Callback that will be called when barcode on screen is clicked.
Implementation
@JsonKey(includeToJson: false)
Function(BarcodeItem item)? onBarcodeClicked;
Callback that will be called when barcode on screen is clicked.
@JsonKey(includeToJson: false)
Function(BarcodeItem item)? onBarcodeClicked;