onBarcodeClicked property
- @JsonKey(includeToJson: false)
getter/setter pair
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;