endScrollDurationBuilder property

(Duration Function(double currentScrollOffset, double maxScrollOffset)?) endScrollDurationBuilder
final

Compute duration to reach the end of the scroll view based on where the scroll offset is right now

Implementation

final Duration Function(
  double currentScrollOffset,
  double maxScrollOffset,
)? endScrollDurationBuilder;