Translates the shape by the given vector offset.
offset
@override Rectangle translate(Point<num> offset) => Rectangle(width: width, height: height, center: _center + offset);