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