MaterialAppRouterData constructor

MaterialAppRouterData({
  1. Key? widgetKey,
  2. TransitionBuilder? builder,
  3. String? title,
  4. GenerateAppTitle? onGenerateTitle,
  5. Color? color,
  6. Locale? locale,
  7. Iterable<LocalizationsDelegate>? localizationsDelegates,
  8. LocaleListResolutionCallback? localeListResolutionCallback,
  9. LocaleResolutionCallback? localeResolutionCallback,
  10. Iterable<Locale>? supportedLocales,
  11. bool? showPerformanceOverlay,
  12. bool? checkerboardRasterCacheImages,
  13. bool? checkerboardOffscreenLayers,
  14. bool? showSemanticsDebugger,
  15. bool? debugShowCheckedModeBanner,
  16. Map<LogicalKeySet, Intent>? shortcuts,
  17. Map<Type, Action<Intent>>? actions,
  18. InitialRouteListFactory? onGenerateInitialRoutes,
  19. ScrollBehavior? scrollBehavior,
  20. bool? useInheritedMediaQuery,
  21. ThemeData? theme,
  22. bool? debugShowMaterialGrid,
  23. ThemeData? darkTheme,
  24. ThemeMode? themeMode,
  25. GlobalKey<ScaffoldMessengerState>? scaffoldMessengerKey,
})

Implementation

MaterialAppRouterData({
  super.widgetKey,
  super.builder,
  super.title,
  super.onGenerateTitle,
  super.color,
  super.locale,
  super.localizationsDelegates,
  super.localeListResolutionCallback,
  super.localeResolutionCallback,
  super.supportedLocales,
  super.showPerformanceOverlay,
  super.checkerboardRasterCacheImages,
  super.checkerboardOffscreenLayers,
  super.showSemanticsDebugger,
  super.debugShowCheckedModeBanner,
  super.shortcuts,
  super.actions,
  super.onGenerateInitialRoutes,
  super.scrollBehavior,
  super.useInheritedMediaQuery,
  this.theme,
  this.debugShowMaterialGrid,
  this.darkTheme,
  this.themeMode,
  this.scaffoldMessengerKey,
});