didFinishLayout method

void didFinishLayout(
  1. int firstIndex,
  2. int lastIndex
)

See SliverChildDelegate.didFinishLayout. The indices refer to the actual items built in the list view.

Implementation

void didFinishLayout(int firstIndex, int lastIndex) {}