CutPaper.functionD constructor
const
CutPaper.functionD({
- CuttingShape cuttingShape,
- required int n,
Feeds paper to cutting position + (n × vertical motion unit) and executes paper cut, then moves paper to the print start position by reverse feeding.
Implementation
const factory CutPaper.functionD({CuttingShape cuttingShape, required int n}) = _FunctionD;