Decay.halfLife constructor

Decay.halfLife(
  1. Duration t, {
  2. double endVelocity,
})

Implementation

factory Decay.halfLife(Duration t, {double endVelocity}) = ExponentialDecay.halfLife;