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