estimateMaxScrollOffset method

  1. @override
double estimateMaxScrollOffset (
  1. int firstIndex,
  2. int lastIndex,
  3. double leadingScrollOffset,
  4. double trailingScrollOffset
)
override

Method not supported yet. Don't override it!

Implementation

@override
double estimateMaxScrollOffset(
  int firstIndex,
  int lastIndex,
  double leadingScrollOffset,
  double trailingScrollOffset,
) {
  throw "'estimateMaxScrollOffset' method not supported yet.";
}