Returns the point at the bottom right of the given widget. This point is not inside the object's hit test area.
Point getBottomRight(Finder finder) { return _getElementPoint(finder, (Size size) => size.bottomRight(Point.origin)); }