Returns the center of the Rectangle.
math.Point<num> get center => math.Point<num>(left + width / 2, top + height / 2);