onEndReachedDelta property

double onEndReachedDelta
final

The parameter to specify when onEndReached should be called.

The default value is 200 and when user reaches 200 pixels from the bottom of the list, it will fire onEndReached callback.

Implementation

final double onEndReachedDelta;