hitTestSliverChild abstract method

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

Hit tests a RenderSliver child at position with a transform.

Implementation

bool hitTestSliverChild({
  required RenderSliver child,
  required Offset position,
  required Matrix4 transform,
  required bool checkBounds,
});