animation property

Animation<double> animation
final

The animation that drives the child's entrance and exit.

See also:

  • TransitionRoute.animate, which is the value given to this property when it is used as a page transition.

Implementation

final Animation<double> animation;