itf16 static method

Barcode itf16({
  1. bool drawBorder = true,
  2. double? borderWidth,
  3. double? quietWidth,
})

Implementation

static Barcode itf16({
  bool drawBorder = true,
  double? borderWidth,
  double? quietWidth,
}) => BarcodeItf16(drawBorder, borderWidth, quietWidth);