CupertinoAppEx<T extends String?> extension

库比蒂诺应用程序 App

on
  • T

Methods

cupertinoApp({Key? key, GlobalKey<NavigatorState>? navigatorKey, Widget? home, CupertinoThemeData? theme, Map<String, Widget Function(BuildContext)> routes = const <String, WidgetBuilder>{}, String? initialRoute, Route? onGenerateRoute(RouteSettings)?, List<Route> onGenerateInitialRoutes(String)?, Route? onUnknownRoute(RouteSettings)?, List<NavigatorObserver> navigatorObservers = const <NavigatorObserver>[], Widget builder(BuildContext, Widget?)?, String onGenerateTitle(BuildContext)?, Color? color, Locale? locale, Iterable<LocalizationsDelegate>? localizationsDelegates, Locale? localeListResolutionCallback(List<Locale>?, Iterable<Locale>)?, Locale? localeResolutionCallback(Locale?, Iterable<Locale>)?, Iterable<Locale> supportedLocales = const <Locale>[Locale('en', 'US')], bool showPerformanceOverlay = false, bool checkerboardRasterCacheImages = false, bool checkerboardOffscreenLayers = false, bool showSemanticsDebugger = false, bool debugShowCheckedModeBanner = true, Map<ShortcutActivator, Intent>? shortcuts, Map<Type, Action<Intent>>? actions, String? restorationScopeId, ScrollBehavior? scrollBehavior}) CupertinoApp

Available on T, provided by the CupertinoAppEx extension

CupertinoApp