nestedNavigationKey method

  1. @Deprecated('Prefer to use the StackedServices.nestedNavigationKey instead of using this property. This will be removed in the next major version update for stacked.')
GlobalKey<NavigatorState>? nestedNavigationKey(
  1. int index
)

Creates and/or returns a new navigator key based on the index passed in

Implementation

@Deprecated(
    'Prefer to use the StackedServices.nestedNavigationKey instead of using this property. This will be removed in the next major version update for stacked.')
GlobalKey<NavigatorState>? nestedNavigationKey(int index) =>
    G.Get.nestedKey(index);