barcode property

Map barcode
final

The barcode configuration map containing:

  • 'size': The height of the barcode in pixels (defaults to 80)
  • 'content': The data to encode in the barcode
  • 'type': The barcode symbology ('code128', 'code39', 'ean13', 'ean8', 'upca', 'itf', or 'qrCode'). Defaults to 'code128'.
  • 'drawText': Whether to render the human-readable text below the barcode (defaults to true)

Implementation

final Map barcode;