offset property

CellOffset offset

Implementation

CellOffset get offset {
  assert(attached);
  return CellOffset(_offset, _owner!.index);
}