ScreenWidgetBuilder typedef

ScreenWidgetBuilder = Widget Function(BuildContext context, NavigationStack stack)

A function that produces the root widget of the Page associated with stack

Implementation

typedef ScreenWidgetBuilder = Widget Function(
  BuildContext context,
  NavigationStack stack,
);