builder property
Optional builder function that receives BuildContext and route arguments.
When non-null, used to construct the widget dynamically.
Implementation
final Widget Function(BuildContext context, Object? arguments)? builder;
Optional builder function that receives BuildContext and route arguments.
When non-null, used to construct the widget dynamically.
final Widget Function(BuildContext context, Object? arguments)? builder;