hasLocalPosition function
Returns a RelativePositionAssert with the given position infos within the parents bounds.
Implementation
RelativePositionAssert hasLocalPosition(
double left,
double top,
double right,
double bottom,
String parentTraitId,
) =>
RelativePositionAssert.parent(
traitId: parentTraitId,
left: left,
top: top,
right: right,
bottom: bottom,
);