addHit method
Adds the boxy to hitTestResult, this should typically be called from hitTest when a hit succeeds.
Implementation
@override
void addHit() {
hitTestResult.add(BoxHitTestEntry(render, render.hitPosition!));
}
Adds the boxy to hitTestResult, this should typically be called from hitTest when a hit succeeds.
@override
void addHit() {
hitTestResult.add(BoxHitTestEntry(render, render.hitPosition!));
}