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