dispose method

  1. @override
void dispose()
override

Dispose animation.

Implementation

@override
void dispose() {
  _animation = null;
}