BarcodeItf16 constructor

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

Create an ITF-16 Barcode

Implementation

const BarcodeItf16(
  bool drawBorder,
  double? borderWidth,
  double? quietWidth,
) : super(true, true, drawBorder, borderWidth, quietWidth, 16);