builder property
final
The builder function that returns the widget to display for the new route.
Implementation
final Widget Function(BuildContext) builder;
The builder function that returns the widget to display for the new route.
final Widget Function(BuildContext) builder;