reverse method

Future<void> reverse()

Reverses any active animations

Implementation

Future<void> reverse() => _state!.reverse();