CutPaper.functionC constructor
const
CutPaper.functionC({
- CuttingShape cuttingShape,
- required int n,
Preset cutting position + (n × vertical motion unit) to the paper cutting position, and executes paper cut when it reaches the autocutter position after printing and feeding
Implementation
const factory CutPaper.functionC({CuttingShape cuttingShape, required int n}) = _FunctionC;