hasLocalTop function

RelativePositionAssert hasLocalTop(
  1. double top,
  2. String parentTraitId
)

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