hasTopDistance function
Returns a RelativePositionAssert with the distance to the global top bound.
Implementation
RelativePositionAssert hasTopDistance(double top) =>
RelativePositionAssert.globalBounds(top: top);
Returns a RelativePositionAssert with the distance to the global top bound.
RelativePositionAssert hasTopDistance(double top) =>
RelativePositionAssert.globalBounds(top: top);