pushTabNestedPage abstract method

void pushTabNestedPage(
  1. String routeName, {
  2. bool isFullscreenNavigation = false,
  3. T? eventData,
})

Push new page inside BottomNavigationPage, which call 'nested tab navigation'. After calling this method current page will be pushed to stack pages and the new page will be shown over the previous one. But bottom navigation bar also will remain visible.

Implementation

void pushTabNestedPage(
  String routeName, {
  bool isFullscreenNavigation = false,
  T? eventData,
});