enterAnimationBuilder property
Custom enter animation builder. Receives the child widget and animation value (0→1).
Implementation
final Widget Function(Widget child, Animation<double> animation)?
enterAnimationBuilder;
Custom enter animation builder. Receives the child widget and animation value (0→1).
final Widget Function(Widget child, Animation<double> animation)?
enterAnimationBuilder;