mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Some clients of AnimatedType watch for the |end| value to complete their work. This CL ensures that we actually hit the end when t == 1.0. Also, add a |distance| property to Offset. R=ianh@google.com Review URL: https://codereview.chromium.org/1238573002 .