resetAll method

Widget resetAll()

Resets all animations in the chain by going down the children tree and resetting all animations.

Implementation

Widget resetAll() => ResetAllAnimationsEffect(child: this);