BarcodeItf14 constructor

const BarcodeItf14(
  1. bool drawBorder,
  2. double? borderWidth,
  3. double? quietWidth
)

Create an ITF-14 Barcode

Implementation

const BarcodeItf14(bool drawBorder, double? borderWidth, double? quietWidth)
  : super(true, true, drawBorder, borderWidth, quietWidth, 14);