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