hitTestChildren method
No need to implement hit-test in this RenderBox.
Implementation
@override
bool hitTestChildren(BoxHitTestResult result, {required Offset position}) {
return child.hitTest(result, position: position);
}
No need to implement hit-test in this RenderBox.
@override
bool hitTestChildren(BoxHitTestResult result, {required Offset position}) {
return child.hitTest(result, position: position);
}