transitionAnimation property

Animation<double> transitionAnimation

Animation triggered when the search pages fades in or out.

This animation is commonly used to animate AnimatedIcons of IconButtons returned by buildLeading or buildActions. It can also be used to animate IconButtons contained within the route below the search page.

Implementation

Animation<double> get transitionAnimation => _proxyAnimation;