nestedRoutes property

List<VRouteElement> nestedRoutes
final

A list of routes which:

  • path NOT starting with '/' will be relative to path
  • widget or page will be nested inside widgetBuilder

Implementation

final List<VRouteElement> nestedRoutes;