menu
refreshed package
documentation
get_navigation/src/routes/router_outlet.dart
InheritedNavigator
InheritedNavigator const constructor
InheritedNavigator const constructor
dark_mode
light_mode
InheritedNavigator
constructor
const
InheritedNavigator
(
{
Key
?
key
,
required
Widget
child
,
required
GlobalKey
<
NavigatorState
>
navigatorKey
,
})
Implementation
const InheritedNavigator({ super.key, required super.child, required this.navigatorKey, });
refreshed package
documentation
get_navigation/src/routes/router_outlet
InheritedNavigator
InheritedNavigator const constructor
InheritedNavigator class