BottomNavigationController typedef

  1. @Deprecated('Use NavigationController instead. Will be removed in a future release.')
BottomNavigationController = NavigationController

Deprecated. Use NavigationController instead.

Implementation

@Deprecated(
  'Use NavigationController instead. Will be removed in a future release.',
)
typedef BottomNavigationController = NavigationController;