Commit 67c4ff99 authored by Adam Barth's avatar Adam Barth

Fix analyzer warning

parent d1f0b86c
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment