SIGN IN SIGN UP

Remove reverseDuration from implicitly animated widgets, since it's ignored. (#35785)

When I added reverseDuration to animation controllers in #32730, I also added it to the implicit animations that Flutter has. However, as @efortuna pointed out to me, it doesn't actually do anything there, since all of the intrinsic animations run forwards, not in the reverse direction, and there's no way to reverse them.

So, this PR removes the reverseDuration argument from the implicit animations to avoid confusion.

Fixes #35769
G
Greg Spencer committed
e3a08d2392478b5fd3795d2be36e157b3b16d6a8
Parent: 2ad5376
Committed by GitHub <noreply@github.com> on 7/10/2019, 3:18:26 PM