exitAnimationBuilder property

Widget Function(Widget child, Animation<double> animation)? exitAnimationBuilder
final

Custom exit animation. Receives the child and a 0→1 animation value.

Implementation

final Widget Function(Widget child, Animation<double> animation)? exitAnimationBuilder;