ExponentialDecay constructor

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

Implementation

const ExponentialDecay(this.decayPerSecond, {super.endVelocity});