CutPaper.functionB constructor
const
CutPaper.functionB({
- CuttingShape cuttingShape,
- required int n,
Feeds paper to cutting position + (n × vertical motion unit) and executes paper cut.
Implementation
const factory CutPaper.functionB({CuttingShape cuttingShape, required int n}) = _FunctionB;