indexOfNearestChildAtOffset abstract method

int indexOfNearestChildAtOffset(
  1. LayoutOffset offset
)

Finds the index of the child at the given offset. Returns -1 if no child is found at the offset.

Implementation

int indexOfNearestChildAtOffset(LayoutOffset offset);