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