itf static method

Barcode itf({
  1. bool addChecksum = false,
  2. bool zeroPrepend = false,
  3. bool drawBorder = false,
  4. double? borderWidth,
  5. double? quietWidth,
  6. int? fixedLength,
})

Implementation

static Barcode itf({
  bool addChecksum = false,
  bool zeroPrepend = false,
  bool drawBorder = false,
  double? borderWidth,
  double? quietWidth,
  int? fixedLength,
}) => BarcodeItf(addChecksum, zeroPrepend, drawBorder, borderWidth, quietWidth, fixedLength);