reverseAnimations method
Reverse all animations back to starting positions
Implementation
Future<void> reverseAnimations() async => _state != null ? _state!.resetAnimations() : null;
Reverse all animations back to starting positions
Future<void> reverseAnimations() async => _state != null ? _state!.resetAnimations() : null;