enterAnimationBuilder property

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

Custom enter animation builder. Receives the child widget and animation value (0→1).

Implementation

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