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