QudsInteractiveApp constructor
const
QudsInteractiveApp({
- Key? key,
- bool debugShowMaterialGrid = false,
- bool showPerformanceOverlay = false,
- bool checkerboardRasterCacheImages = false,
- bool checkerboardOffscreenLayers = false,
- bool showSemanticsDebugger = false,
- bool useInheritedMediaQuery = false,
- Map<
String, Widget Function(BuildContext)> routes = const <String, WidgetBuilder>{}, - Widget builder(
- BuildContext context
- String? title,
- String generateTitle()?,
- Widget customBuilder()?,
- ThemeData? customTheme,
- bool debugShowCheckedModeBanner = true,
- GlobalKey<
ScaffoldMessengerState> ? scaffoldMessengerKey, - String? initialRoute,
- Route? onGenerateRoute()?,
- List<
Route> onGenerateInitialRoutes()?, - Route? onUnknownRoute()?,
- String onGenerateTitle()?,
- Iterable<
LocalizationsDelegate> ? localizationsDelegates, - Map<
ShortcutActivator, Intent> ? shortcuts, - Map<
Type, Action< ? actions,Intent> > - String? restorationScopeId,
- ScrollBehavior? scrollBehavior,
Create an instance of QudsInteractiveApp
Implementation
const QudsInteractiveApp(
{Key? key,
this.navigatorObservers = const <NavigatorObserver>[],
this.debugShowMaterialGrid = false,
this.showPerformanceOverlay = false,
this.checkerboardRasterCacheImages = false,
this.checkerboardOffscreenLayers = false,
this.showSemanticsDebugger = false,
this.useInheritedMediaQuery = false,
this.routes = const <String, WidgetBuilder>{},
this.builder,
this.title,
this.generateTitle,
this.customBuilder,
this.customTheme,
this.debugShowCheckedModeBanner = true,
this.navigatorKey,
this.scaffoldMessengerKey,
this.initialRoute,
this.onGenerateRoute,
this.onGenerateInitialRoutes,
this.onUnknownRoute,
this.onGenerateTitle,
this.localizationsDelegates,
this.shortcuts,
this.actions,
this.restorationScopeId,
this.scrollBehavior})
: super(key: key);