Converts this point to an Offset with the same coordinates.
// does the equivalent of "return this - Point.origin" Offset toOffset() => new Offset(x, y);