mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix analyzer warning
This commit is contained in:
parent
d1f0b86c1e
commit
67c4ff99e8
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user