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