const BoxHitTestEntry(RenderBox target, Point localPosition)

Creates a box hit test entry.

The localPosition argument must not be null.

Source

const BoxHitTestEntry(RenderBox target, this.localPosition) : super(target);