Returns a rectangle with a new offset without modifying its size.
offset
Rect withOffset(Offset offset) { return Rect.fromLTWH(offset.x, offset.y, width, height); }