EdgeDraggingAutoScroller constructor
- ScrollableState scrollable, {
- VoidCallback? onScrollViewScrolled,
- required double velocityScalar,
Creates a auto scroller that scrolls the scrollable.
Implementation
EdgeDraggingAutoScroller(
this.scrollable, {
this.onScrollViewScrolled,
required this.velocityScalar,
});