InqvineSimulatableApp constructor

const InqvineSimulatableApp({
  1. required GoRouter router,
  2. required List<SimulatableGoRoute> routes,
  3. String title = '',
  4. Locale? locale,
  5. Widget builder(
    1. BuildContext,
    2. Widget?
    )?,
  6. Map<Type, Action<Intent>>? actions,
  7. BackButtonDispatcher? backButtonDispatcher,
  8. bool checkerboardOffscreenLayers = false,
  9. bool checkerboardRasterCacheImages = false,
  10. Color? color,
  11. ThemeData? darkTheme,
  12. bool debugShowCheckedModeBanner = true,
  13. bool debugShowMaterialGrid = false,
  14. ThemeData? highContrastDarkTheme,
  15. ThemeData? highContrastTheme,
  16. Locale? localeListResolutionCallback(
    1. List<Locale>?,
    2. Iterable<Locale>
    )?,
  17. Locale? localeResolutionCallback(
    1. Locale?,
    2. Iterable<Locale>
    )?,
  18. Iterable<LocalizationsDelegate>? localizationsDelegates,
  19. String onGenerateTitle(
    1. BuildContext
    )?,
  20. String? restorationScopeId,
  21. RouteInformationProvider? routeInformationProvider,
  22. GlobalKey<ScaffoldMessengerState>? scaffoldMessengerKey,
  23. ScrollBehavior? scrollBehavior,
  24. Map<ShortcutActivator, Intent>? shortcuts,
  25. bool showPerformanceOverlay = false,
  26. bool showSemanticsDebugger = false,
  27. Iterable<Locale> supportedLocales = const <Locale>[Locale('en', 'US')],
  28. ThemeData? theme,
  29. ThemeMode? themeMode = ThemeMode.system,
  30. Key? key,
})

Implementation

const InqvineSimulatableApp({
  required this.router,
  required this.routes,
  this.title = '',
  this.locale,
  this.builder,
  this.actions,
  this.backButtonDispatcher,
  this.checkerboardOffscreenLayers = false,
  this.checkerboardRasterCacheImages = false,
  this.color,
  this.darkTheme,
  this.debugShowCheckedModeBanner = true,
  this.debugShowMaterialGrid = false,
  this.highContrastDarkTheme,
  this.highContrastTheme,
  this.localeListResolutionCallback,
  this.localeResolutionCallback,
  this.localizationsDelegates,
  this.onGenerateTitle,
  this.restorationScopeId,
  this.routeInformationProvider,
  this.scaffoldMessengerKey,
  this.scrollBehavior,
  this.shortcuts,
  this.showPerformanceOverlay = false,
  this.showSemanticsDebugger = false,
  this.supportedLocales = const <Locale>[Locale('en', 'US')],
  this.theme,
  this.themeMode = ThemeMode.system,
  Key? key,
}) : super(key: key);