reverseAnimations method

Future<void> reverseAnimations()

Reverse all animations back to starting positions

Implementation

Future<void> reverseAnimations() async => _state != null ? _state!.resetAnimations() : null;