1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 12:28:11 +00:00

update comment

This commit is contained in:
John Ryan
2019-07-12 12:31:57 -07:00
parent 505aa1b222
commit 576a33b26b

View File

@@ -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(() {});
});
}