Creates a box hit test entry.
The localPosition argument must not be null.
localPosition
const BoxHitTestEntry(RenderBox target, this.localPosition) : assert(localPosition != null), super(target);