ExponentialDecay.iosScroll constructor

const ExponentialDecay.iosScroll({
  1. double endVelocity = 60,
})

iOS scrollview feel — long fling (per-frame 0.998 @ 60fps).

Implementation

const ExponentialDecay.iosScroll({super.endVelocity}) : decayPerSecond = 0.114;