itf static method
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);