Fix analyzer warning

This commit is contained in:
Adam Barth
2016-01-20 17:55:24 -08:00
parent d1f0b86c1e
commit 67c4ff99e8

View File

@@ -110,6 +110,10 @@ class AnimationController extends Animation<double>
_ticker.stop();
}
void dispose() {
stop();
}
/// Flings the timeline with an optional force (defaults to a critically
/// damped spring) and initial velocity. If velocity is positive, the
/// animation will complete, otherwise it will dismiss.