hasLocalLeftDistance function

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

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

Implementation

RelativePositionAssert hasLocalLeftDistance(
  double left,
  String parentTraitId,
) =>
    RelativePositionAssert.parentBounds(traitId: parentTraitId, left: left);