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