• Greg Spencer's avatar
    Remove reverseDuration from implicitly animated widgets, since it's ignored. (#35785) · e3a08d23
    Greg Spencer authored
    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
    e3a08d23
Name
Last commit
Last update
..
lib Loading commit data...
test Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
build.yaml Loading commit data...
pubspec.yaml Loading commit data...