getMinChildIndexForScrollOffset abstract method

int getMinChildIndexForScrollOffset(
  1. double scrollOffset
)

The minimum child index that intersects with (or is after) this scroll offset.

Implementation

int getMinChildIndexForScrollOffset(double scrollOffset);