RawDialogRouteBuilder<T> typedef
A builder for a route that takes the build context and the widget intended to go inside the route as a parameter.
Implementation
typedef RawDialogRouteBuilder<T> = Route<T> Function(BuildContext context, WidgetBuilder builder);