RenderBarcode constructor

RenderBarcode(
  1. Uint8List? dataBytes,
  2. String? dataString,
  3. CodeType barcode,
  4. Paint barStyle,
  5. bool drawText,
  6. TextStyle? style,
  7. double textPadding,
)

Implementation

RenderBarcode(
  this.dataBytes,
  this.dataString,
  this.barcode,
  this.barStyle,
  this.drawText,
  this.style,
  this.textPadding,
);