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