VxNavConfig constructor

VxNavConfig({
  1. required Map<Pattern, VxPageBuilder> routes,
  2. VxPageBuilder? pageNotFound,
  3. List<VxObserver>? observers,
})

Implementation

VxNavConfig({required this.routes, this.pageNotFound, this.observers});