BarcodeView<T> constructor
const
BarcodeView<T> ({})
Implementation
const BarcodeView({
super.key,
required this.data,
Dimensions? dimensions,
required this.nameBuilder,
required this.barcodeBuilder,
required this.priceBuilder,
this.labelColor,
this.title = 'Printer Label',
}) : dimensions = dimensions ?? Dimensions.defaultDimens;