dispose method

dynamic dispose()

释放资源

Implementation

dispose() {
  _animationController.dispose();
}