VxNavConfig constructor

VxNavConfig({
  1. required Map<String, VxPageBuilder> routes,
  2. VxPageBuilder? pageNotFound,
})

Implementation

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