DBNestedNavigationIndexedStack constructor Null safety
- {required List<
DBRouterDelegate> delegates, - required int currentViewIndex,
- bool handleDelegateDispose = true,
- Key? key}
Create DBNestedNavigationIndexedStack.
Implementation
const DBNestedNavigationIndexedStack({
required this.delegates,
required this.currentViewIndex,
this.handleDelegateDispose = true,
Key? key,
}) : super(key: key);