ExponentialDecay.iosFast constructor

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

iOS .fast / paging feel — snappier (per-frame 0.99 @ 60fps).

Implementation

const ExponentialDecay.iosFast({super.endVelocity}) : decayPerSecond = 0.453;