UBarcode constructor

const UBarcode(
  1. String value, {
  2. UBarcodeQrCodeType type = UBarcodeQrCodeType.qrcode,
  3. Color? color,
  4. Color? backgroundColor,
  5. bool showValue = false,
  6. Key? key,
})

Implementation

const UBarcode(
  this.value, {
  this.type = UBarcodeQrCodeType.qrcode,
  this.color,
  this.backgroundColor,
  this.showValue = false,
  super.key,
});