DragScrollActivity constructor

DragScrollActivity(
  1. ScrollActivityDelegate delegate,
  2. ScrollDragController controller
)

Creates an activity for when the user drags their finger across the screen.

Implementation

DragScrollActivity(
  super.delegate,
  ScrollDragController controller,
) : _controller = controller;