UBarcode constructor
const
UBarcode({})
Implementation
const UBarcode({
required this.value,
this.type = UBarcodeType.qrCode,
this.barColor,
this.backgroundColor,
this.showValue = false,
this.textSpacing = 15.0,
this.module,
this.errorCorrectionLevel,
this.qrCodeVersion,
this.enableCheckSum,
super.key,
});