hasPosition function

PositionAssert hasPosition(
  1. double left,
  2. double top,
  3. double right,
  4. double bottom,
)

Returns a PositionAssert with the given position infos.

Implementation

PositionAssert hasPosition(
  double left,
  double top,
  double right,
  double bottom,
) =>
    PositionAssert.LTRB(left, top, right, bottom);