hitTestInView abstract method

void hitTestInView(
  1. HitTestResult result,
  2. Offset position,
  3. int viewId
)

Fills the provided HitTestResult with HitTestEntrys for objects that are hit at the given position in the view identified by viewId.

Implementation

void hitTestInView(HitTestResult result, Offset position, int viewId);