Returns the point at the top left of the given widget.
Point getTopLeft(Finder finder) { return _getElementPoint(finder, (Size size) => Point.origin); }