hitTestBoxChild abstract method
Hit tests a RenderBox child at position with a transform.
Implementation
bool hitTestBoxChild({
required RenderBox child,
required Offset position,
required Matrix4 transform,
required bool checkBounds,
});