builder property
A function that builds the widget for this route.
Receives:
BuildContext- arguments of type
TArgs
Implementation
final Widget Function(BuildContext, TArgs) builder;
A function that builds the widget for this route.
Receives:
BuildContextTArgsfinal Widget Function(BuildContext, TArgs) builder;