nestedPages property
Widget
get
nestedPages
The nested pages managed by the nested Navigator.
This widget contains the nested Navigator and should be included in your page's widget tree to display the nested navigation stack. The pages displayed in this Navigator are defined by the StandardPageWithNestedNavigatorFactory.nestedPageFactories and StandardPageWithNestedNavigatorFactory.anyNestedPageFactories properties.
Implementation
Widget get nestedPages => _nestedPages;