reverseBuilder property
A builder for a transition that makes child
disappear from the screen.
The child
should be fully invisible when the provided animation
reaches 1.0.
The animation
provided to this builder is running forward from 0.0 to
1.0 when animation runs in reverse. When animation runs forward,
the given animation
is set to kAlwaysDismissedAnimation.
See also:
- forwardBuilder, which builds the transition for making the
child
appear on screen.
Implementation
final AnimatedTransitionBuilder reverseBuilder;