outAnimation property

Widget Function(Widget, Animation<double>)? outAnimation
final

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:

Implementation

final Widget Function(Widget, Animation<double>)? outAnimation;