onBarcodeTap property

  1. @JsonKey(includeToJson: false)
dynamic Function(BarcodeItem item, bool highlighted)? onBarcodeTap
getter/setter pair

Implementation

@JsonKey(includeToJson: false)
Function(BarcodeItem item, bool highlighted)? onBarcodeTap;