Commit c11d1318 authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Fix error in sample code (#10339)

parent e9d50f8a
......@@ -100,7 +100,7 @@ class _ChainedEvaluation<T> extends Animatable<T> {
/// _animation = new Tween<Offset>(
/// begin: const Offset(100.0, 50.0),
/// end: const Offset(200.0, 300.0),
/// ).animation(_controller);
/// ).animate(_controller);
/// ```
///
/// That would provide an `_animation` that, over the lifetime of the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment