continuous method

T continuous({
  1. int height = 0,
  2. int offset = 0,
})

连续纸打印

Implementation

T continuous({int height = 0, int offset = 0}) {
  return push(TContinuous(height: height, offset: offset));
}