stackedRoutes property

List<VRouteElement> stackedRoutes
final

A list of routes which:

  • path NOT starting with '/' will be relative to path
  • widget or page will be stacked on top of _rootVRouter

Implementation

final List<VRouteElement> stackedRoutes;