enterAnimationBuilder property

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

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

Implementation

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