addGap method

void addGap(
  1. int value
)

Implementation

void addGap(int value) {
  final gap = "GAP $value mm,0 mm$tscFix".codeUnits;
  _byte += gap;
}