ExponentialDecay.none constructor
const
ExponentialDecay.none({
- double endVelocity = 60,
Velocity is killed at release — no fling at all.
Implementation
const ExponentialDecay.none({super.endVelocity}) : decayPerSecond = 1.0;