TOffset constructor

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

Implementation

TOffset({
  int offset = 0,
}) {
  _offset = offset;
}