update comment

pull/118/head
John Ryan 6 years ago
parent 505aa1b222
commit 576a33b26b

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

Loading…
Cancel
Save