IncommeMaterialApp constructor

const IncommeMaterialApp({
  1. Key? key,
  2. String title = '',
  3. String? initialRoute,
  4. Translations? translations,
  5. Locale? locale,
  6. Locale? fallbackLocale,
  7. Bindings? initialBinding,
  8. Transition? defaultTransition,
  9. List<GetPage>? getPages,
  10. GetPage? unknownRoute,
  11. Widget? home,
  12. List<NavigatorObserver>? navigatorObservers,
  13. CustomTransition? customTransition,
  14. bool? enableLog,
  15. LogWriterCallback? logWriterCallback,
  16. bool? popGesture,
  17. SmartManagement? smartManagement,
  18. bool? preventDuplicatePush,
  19. Transition? defaultGlobalTransition,
  20. Curve? defaultCurve,
  21. Duration? transitionDuration,
  22. TransitionBuilder? builder,
  23. ThemeData? theme,
  24. ThemeData? darkTheme,
  25. ThemeMode? themeMode,
  26. Iterable<LocalizationsDelegate>? localizationsDelegates,
  27. Locale? localeResolutionCallback(
    1. Locale? locale,
    2. Iterable<Locale> supportedLocales
    )?,
  28. Iterable<Locale>? supportedLocales,
  29. bool? debugShowCheckedModeBanner,
  30. Route? onUnknownRoute(
    1. RouteSettings settings
    )?,
  31. GlobalKey<NavigatorState>? navigatorKey,
  32. Route? onGenerateRoute(
    1. RouteSettings settings
    )?,
  33. Map<String, Widget Function(BuildContext context)>? routes,
  34. Map<Type, Action<Intent>>? actions,
  35. bool? checkerboardOffscreenLayers,
  36. bool? checkerboardRasterCacheImages,
  37. Color? color,
  38. bool? debugShowMaterialGrid,
  39. bool? defaultGlobalState,
  40. ThemeData? highContrastDarkTheme,
  41. ThemeData? highContrastTheme,
  42. Locale? localeListResolutionCallback(
    1. List<Locale>? locales,
    2. Iterable<Locale> supportedLocales
    )?,
  43. void onDispose()?,
  44. List<Route> onGenerateInitialRoutes(
    1. String initialRoute
    )?,
  45. String onGenerateTitle(
    1. BuildContext context
    )?,
  46. void onInit()?,
  47. void onReady()?,
  48. bool? opaqueRoute,
  49. void routingCallback(
    1. Routing? value
    )?,
  50. GlobalKey<ScaffoldMessengerState>? scaffoldMessengerKey,
  51. ScrollBehavior? scrollBehavior,
  52. Map<LogicalKeySet, Intent>? shortcuts,
  53. bool? showPerformanceOverlay,
  54. bool? showSemanticsDebugger,
  55. TextDirection? textDirection,
  56. Map<String, Map<String, String>>? translationsKeys,
  57. bool? useInheritedMediaQuery,
})

Implementation

const IncommeMaterialApp({
  super.key,
  this.title = '',
  this.initialRoute,
  this.translations,
  this.locale,
  this.fallbackLocale,
  this.initialBinding,
  this.defaultTransition,
  this.getPages,
  this.unknownRoute,
  this.home,
  this.navigatorObservers,
  this.customTransition,
  this.enableLog,
  this.logWriterCallback,
  this.popGesture,
  this.smartManagement,
  this.preventDuplicatePush,
  this.defaultGlobalTransition,
  this.defaultCurve,
  this.transitionDuration,
  this.builder,
  this.theme,
  this.darkTheme,
  this.themeMode,
  this.localizationsDelegates,
  this.localeResolutionCallback,
  this.supportedLocales,
  this.debugShowCheckedModeBanner,
  this.onUnknownRoute,
  this.navigatorKey,
  this.onGenerateRoute,
  this.routes,
  this.actions,
  this.checkerboardOffscreenLayers,
  this.checkerboardRasterCacheImages,
  this.color,
  this.debugShowMaterialGrid,
  this.defaultGlobalState,
  this.highContrastDarkTheme,
  this.highContrastTheme,
  this.localeListResolutionCallback,
  this.onDispose,
  this.onGenerateInitialRoutes,
  this.onGenerateTitle,
  this.onInit,
  this.onReady,
  this.opaqueRoute,
  this.routingCallback,
  this.scaffoldMessengerKey,
  this.scrollBehavior,
  this.shortcuts,
  this.showPerformanceOverlay,
  this.showSemanticsDebugger,
  this.textDirection,
  this.translationsKeys,
  this.useInheritedMediaQuery,
});