transitionsBuilder property
this builder function is passed to the transition builder function in PageRouteBuilder
I couldn't type this function from here but it should match typedef RouteTransitionsBuilder = Widget Function(BuildContext context, Animation
you should only reference the function so the generator can import it into router_base.dart
Implementation
final Function? transitionsBuilder;