withRotatedLabel method

PrintConfig withRotatedLabel()

Implementation

PrintConfig withRotatedLabel() => PrintConfig(
  labelSize: labelSize.flipped,
  printSpeed: printSpeed,
  packetSize: packetSize,
  halfTones: halfTones,
  dryRun: dryRun,
);