LinearAnimationInstance constructor

LinearAnimationInstance(
  1. dynamic animation, {
  2. double speedMultiplier = 1.0,
  3. CoreContext? context,
})

Implementation

LinearAnimationInstance(animation,
    {double speedMultiplier = 1.0, this.context})
    : super(animation, speedMultiplier: speedMultiplier);