hitTestBoxChild abstract method

bool hitTestBoxChild({
  1. required RenderBox child,
  2. required Offset position,
  3. required Matrix4 transform,
  4. required bool checkBounds,
})

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,
});