CutPaper.functionB constructor

const CutPaper.functionB({
  1. CuttingShape cuttingShape,
  2. 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;