offset property

CellOffset get offset

Implementation

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