NavigationPath constructor

const NavigationPath({
  1. required RouteMatcherCallback matcher,
  2. required PathWidgetBuilder builder,
  3. RouteSettingsBuilder? routeSettings,
  4. RouteBuilder? routeBuilder,
})

Implementation

const NavigationPath({
  required this.matcher,
  required this.builder,
  this.routeSettings,
  this.routeBuilder,
});