getMaxChildIndexForScrollOffset abstract method

int getMaxChildIndexForScrollOffset(
  1. double scrollOffset
)

The maximum child index that intersects with (or is before) this scroll offset.

Implementation

int getMaxChildIndexForScrollOffset(double scrollOffset);