BarcodeView constructor
const
BarcodeView({
- Key? key,
- required ProductBarcodeModel product,
- TypePrintEnum? typePrintEnum,
Implementation
const BarcodeView({
super.key,
required this.product,
this.typePrintEnum,
});