mirror of
https://github.com/flutter/samples.git
synced 2026-04-07 12:14:27 +00:00
update comment
This commit is contained in:
@@ -17,7 +17,7 @@ class _AnimationControllerDemoState extends State<AnimationControllerDemo>
|
|||||||
|
|
||||||
controller = AnimationController(vsync: this, duration: _duration)
|
controller = AnimationController(vsync: this, duration: _duration)
|
||||||
..addListener(() {
|
..addListener(() {
|
||||||
// Marks the widget tree as dirty
|
// Force build() to be called again
|
||||||
setState(() {});
|
setState(() {});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user