hasLocalLocation function
Returns a RelativePositionAssert with the given location within the parents bounds.
Implementation
RelativePositionAssert hasLocalLocation(
double x,
double y,
String parentTraitId,
) =>
RelativePositionAssert.parent(traitId: parentTraitId, left: x, top: y);