buildPage property
Custom page builder.
Users can instantiate their own CustomTransitionPage here.
beatx provides a default widget through builder.
You can use builder directly or you can create your own
child widget.
Implementation
final Page<T> Function<T>(
BuildContext context,
Widget child,
GoRouterState state,
)? buildPage;