hasLocalLeft function

RelativePositionAssert hasLocalLeft(
  1. double left,
  2. String parentTraitId
)

Returns a RelativePositionAssert with the given left value within the parents bounds.

Implementation

RelativePositionAssert hasLocalLeft(double left, String parentTraitId) =>
    RelativePositionAssert.parent(traitId: parentTraitId, left: left);