DragScrollActivity constructor
- ScrollActivityDelegate delegate,
- ScrollDragController controller
Creates an activity for when the user drags their finger across the screen.
Implementation
DragScrollActivity(
super.delegate,
ScrollDragController controller,
) : _controller = controller;