hasLocalLeftDistance function
Returns a RelativePositionAssert with the distance to the parents left bound.
Implementation
RelativePositionAssert hasLocalLeftDistance(
double left,
String parentTraitId,
) =>
RelativePositionAssert.parentBounds(traitId: parentTraitId, left: left);