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