BallisticNestedScrollActivity constructor

BallisticNestedScrollActivity(
  1. ScrollActivityDelegate delegate,
  2. Simulation simulation,
  3. TickerProvider vsync,
  4. bool shouldIgnorePointer,
)

Implementation

BallisticNestedScrollActivity(
  super.delegate,
  super.simulation,
  super.vsync,
  super.shouldIgnorePointer,
);