hasLocalBottom function

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

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);