DropParameters.consistentWithin

Rectangle, in client coordinates, where the dragger can expect the same result during this drag session and thus need not ask again.

If you leave this as Rectangle.init, the dragger will continue to ask and this can waste resources.

struct DropParameters
Rectangle consistentWithin;

Meta