itf14 static method

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

Implementation

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