NiceBarcodeGenerator constructor
Implementation
const NiceBarcodeGenerator({
super.key,
required this.data,
this.type = NiceBarcodeType.code128,
this.width = 250,
this.height = 80,
this.showText = true,
this.color,
});
const NiceBarcodeGenerator({
super.key,
required this.data,
this.type = NiceBarcodeType.code128,
this.width = 250,
this.height = 80,
this.showText = true,
this.color,
});