beginAnimation method

Animatable beginAnimation(
  1. dynamic target,
  2. num from,
  3. num to, [
  4. bool loop,
  5. num speedRatio,
  6. void onAnimationEnd(),
  7. Animatable animatable,
  8. bool stopCurrent,
  9. bool targetMask(
    1. dynamic target
    ),
  10. void onAnimationLoop(),
  11. bool isAdditive,
])

Implementation

external Animatable beginAnimation(dynamic target, num from, num to, [bool loop, num speedRatio, void Function() onAnimationEnd, Animatable animatable, bool stopCurrent, bool Function(dynamic target) targetMask, void Function() onAnimationLoop, bool isAdditive]);