buildTransition property

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

Create a custom transition effect when coming to and going to this route This has the priority over VRouter.buildTransition

Also see:

Implementation

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