Point<num> center

Source

Point<num> get center => new Point<num>(left + width / 2, top + height / 2);