BoxHitTestEntry constructor

BoxHitTestEntry(
  1. RenderBox target,
  2. Offset localPosition
)

Creates a box hit test entry.

Implementation

BoxHitTestEntry(super.target, this.localPosition);