offset method

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

进纸

Implementation

T offset({int offset = 0}) {
  return push(TOffset(offset: offset));
}