homeScrollDurationBuilder property

(Duration Function(double currentScrollOffset, double minScrollOffset)?) homeScrollDurationBuilder
final

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

Implementation

final Duration Function(
  double currentScrollOffset,
  double minScrollOffset,
)? homeScrollDurationBuilder;