menu
nomo_router package
documentation
router/delegate.dart
NomoRouterDelegate
containsNestedRouterPage method
containsNestedRouterPage method
dark_mode
light_mode
containsNestedRouterPage
method
bool
containsNestedRouterPage
(
Key
?
key
)
Implementation
bool containsNestedRouterPage(Key? key) => nestedStack[key] != null;
nomo_router package
documentation
router/delegate
NomoRouterDelegate
containsNestedRouterPage method
NomoRouterDelegate class