RouteGeneralLibFlutter class

Constructors

RouteGeneralLibFlutter({required RouteWidgetBuilderGeneralLibFlutter onUnknownRoute, required RouteMapGeneralLibFlutter onRoute()})

Properties

hashCode int
The hash code for this object.
no setterinherited
onRoute RouteMapGeneralLibFlutter Function()
final
onUnknownRoute RouteWidgetBuilderGeneralLibFlutter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parsePattern(String path) String
toMaterialApp({Key? key, GlobalKey<NavigatorState>? navigatorKey, GlobalKey<ScaffoldMessengerState>? scaffoldMessengerKey, Widget? home, String initialRoute = "/", bool onNavigationNotification(NavigationNotification navigationNotification)?, List<NavigatorObserver> navigatorObservers = const <NavigatorObserver>[], Widget builder(BuildContext context, Widget? widget)?, String title = '', String onGenerateTitle(BuildContext context)?, Color? color, ThemeData? theme, ThemeData? darkTheme, ThemeData? highContrastTheme, ThemeData? highContrastDarkTheme, ThemeMode? themeMode = ThemeMode.system, Duration themeAnimationDuration = kThemeAnimationDuration, Curve themeAnimationCurve = Curves.linear, Locale? locale, Iterable<LocalizationsDelegate>? localizationsDelegates, Locale? localeListResolutionCallback(List<Locale>? locales, Iterable<Locale> supportedLocales)?, Locale? localeResolutionCallback(Locale? locale, Iterable<Locale> supportedLocales)?, 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<ShortcutActivator, Intent>? shortcuts, Map<Type, Action<Intent>>? actions, String? restorationScopeId, ScrollBehavior? scrollBehavior, bool useInheritedMediaQuery = false, AnimationStyle? themeAnimationStyle}) MaterialApp
toOnGenerateInitialRoutes(String initialRoute) List<Route>
toOnGenerateRoute<T>(RouteSettings settings) Route<T>
toOnUnknownRoute<T>(RouteSettings settings) Route<T>
toRoute<T>(RouteSettings settings) Route<T>
toRoutes({Map<String, WidgetBuilder>? otherRoutes}) Map<String, WidgetBuilder>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited