outAnimation property
A function that provides the animation to be wrapped around the builder child as it is being moved in during a switch in SlotLayout.
See also:
- AnimatedWidget and ImplicitlyAnimatedWidget, which are commonly used as the returned widget.
Implementation
final Widget Function(Widget, Animation<double>)? outAnimation;