FlowerApp.router constructor
      const
      FlowerApp.router({ 
    
    
- UIConfig? uiConfig,
- Key? key,
- RouteInformationProvider? routeInformationProvider,
- GlobalKey<ScaffoldMessengerState> ? scaffoldMessengerKey,
- RouteInformationParser<Object> ? routeInformationParser,
- RouterDelegate<Object> ? routerDelegate,
- BackButtonDispatcher? backButtonDispatcher,
- TransitionBuilder? builder,
- String title = '',
- GenerateAppTitle? onGenerateTitle,
- bool useInheritedMediaQuery = false,
- ThemeData? highContrastTheme,
- ThemeData? highContrastDarkTheme,
- Locale? locale,
- Iterable<LocalizationsDelegate> ? localizationsDelegates,
- LocaleListResolutionCallback? localeListResolutionCallback,
- LocaleResolutionCallback? localeResolutionCallback,
- Iterable<Locale> supportedLocales = const <Locale>[Locale('en', 'US')],
- bool debugShowMaterialGrid = false,
- bool showPerformanceOverlay = false,
- bool checkerboardRasterCacheImages = false,
- bool checkerboardOffscreenLayers = false,
- bool showSemanticsDebugger = false,
- bool debugShowCheckedModeBanner = true,
- Map<LogicalKeySet, Intent> ? shortcuts,
- ScrollBehavior? scrollBehavior,
- Map<Type, Action< ? actions,Intent> >
- CustomTransition? customTransition,
- Map<String, Map< ? translationsKeys,String, String> >
- Translations? translations,
- TextDirection? textDirection,
- Locale? fallbackLocale,
- ValueChanged<Routing?> ? routingCallback,
- Transition? defaultTransition,
- bool? opaqueRoute,
- VoidCallback? onInit,
- VoidCallback? onReady,
- VoidCallback? onDispose,
- bool? enableLog = kDebugMode,
- Logger? logWriterCallback,
- bool? popGesture,
- SmartManagement smartManagement = SmartManagement.full,
- List<Bind> binds = const [],
- Duration? transitionDuration,
- bool? defaultGlobalState,
- List<FlowerPage> ? pages,
- FlowerPage? unknownPage,
Implementation
const FlowerApp.router({
  this.uiConfig,
  Key? key,
  this.routeInformationProvider,
  this.scaffoldMessengerKey,
  this.routeInformationParser,
  this.routerDelegate,
  this.backButtonDispatcher,
  this.builder,
  this.title = '',
  this.onGenerateTitle,
  // this.primaryColor,
  // this.theme,
  // this.darkTheme,
  this.useInheritedMediaQuery = false,
  this.highContrastTheme,
  this.highContrastDarkTheme,
  // this.themeMode = ThemeMode.system,
  this.locale,
  this.localizationsDelegates,
  this.localeListResolutionCallback,
  this.localeResolutionCallback,
  this.supportedLocales = const <Locale>[Locale('en', 'US')],
  this.debugShowMaterialGrid = false,
  this.showPerformanceOverlay = false,
  this.checkerboardRasterCacheImages = false,
  this.checkerboardOffscreenLayers = false,
  this.showSemanticsDebugger = false,
  this.debugShowCheckedModeBanner = true,
  this.shortcuts,
  this.scrollBehavior,
  this.actions,
  this.customTransition,
  this.translationsKeys,
  this.translations,
  this.textDirection,
  this.fallbackLocale,
  this.routingCallback,
  this.defaultTransition,
  this.opaqueRoute,
  this.onInit,
  this.onReady,
  this.onDispose,
  this.enableLog = kDebugMode,
  this.logWriterCallback,
  this.popGesture,
  this.smartManagement = SmartManagement.full,
  this.binds = const [],
  this.transitionDuration,
  this.defaultGlobalState,
  this.pages,
  this.navigatorObservers,
  this.unknownPage,
})  : navigatorKey = null,
      onGenerateRoute = null,
      home = null,
      onGenerateInitialRoutes = null,
      onUnknownRoute = null,
      routes = null,
      initialRoute = null,
      super(key: key);