BarcodeView constructor
BarcodeView({
- Key? key,
- required ProductBarcodeModel product,
- Dimensions dimensions = Dimensions.defaultDimens,
- Color? labelColor,
Implementation
BarcodeView({
super.key,
required this.product,
this.dimensions = Dimensions.defaultDimens,
this.labelColor,
});