ExponentialDecay.none constructor

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

Velocity is killed at release — no fling at all.

Implementation

const ExponentialDecay.none({super.endVelocity}) : decayPerSecond = 1.0;