didFinishLayout method

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

The callback didFinishLayoutCallback will be invoked, if any.

See AnimatedSliverChildDelegate.didFinishLayout for more information.

Implementation

@override
void didFinishLayout(int firstIndex, int lastIndex) =>
    didFinishLayoutCallback?.call(firstIndex, lastIndex);