EdgeDraggingAutoScroller constructor

EdgeDraggingAutoScroller(
  1. ScrollableState scrollable,
  2. {VoidCallback? onScrollViewScrolled,
  3. required double velocityScalar}
)

Creates a auto scroller that scrolls the scrollable.

Implementation

EdgeDraggingAutoScroller(
  this.scrollable, {
  this.onScrollViewScrolled,
  required this.velocityScalar,
});