NavigatorBuilder typedef

NavigatorBuilder = Widget Function(GlobalKey<NavigatorState> navigatorKey, ShellRouteMatch match, RouteMatchList matchList, List<NavigatorObserver>? observers, String? restorationScopeId)

Signature for functions used to build Navigators

Implementation

typedef NavigatorBuilder =
    Widget Function(
      GlobalKey<NavigatorState> navigatorKey,
      ShellRouteMatch match,
      RouteMatchList matchList,
      List<NavigatorObserver>? observers,
      String? restorationScopeId,
    );