hitTestInView abstract method
- HitTestResult result,
- Offset position,
- 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);