hasLocalLeft function
Returns a RelativePositionAssert with the given left value within the parents bounds.
Implementation
RelativePositionAssert hasLocalLeft(double left, String parentTraitId) =>
RelativePositionAssert.parent(traitId: parentTraitId, left: left);