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