hasLocalBottomDistance function

RelativePositionAssert hasLocalBottomDistance(
  1. double bottom,
  2. String parentTraitId
)

Returns a RelativePositionAssert with the distance to the parents bottom bound.

Implementation

RelativePositionAssert hasLocalBottomDistance(
  double bottom,
  String parentTraitId,
) =>
    RelativePositionAssert.parentBounds(traitId: parentTraitId, bottom: bottom);