Returns a copy of the path with all the segments of every subpath translated by the given offset.
Path shift(Offset offset) => _shift(offset.dx, offset.dy);