widgetBuilder property

Widget Function(Widget child) widgetBuilder
final

A function which creates the VRouteElement._rootVRouter associated to this VRouteElement

child will be the VRouteElement._rootVRouter of the matched VRouteElement in nestedRoutes

Implementation

final Widget Function(Widget child) widgetBuilder;