AnimatedValue<T> constructor

AnimatedValue<T>(
  1. T _value, {
  2. Duration duration = MediasfuAnimations.normal,
  3. Curve curve = MediasfuAnimations.smooth,
})

Implementation

AnimatedValue(
  this._value, {
  this.duration = MediasfuAnimations.normal,
  this.curve = MediasfuAnimations.smooth,
});