Method SetupBottomNavBar
SetupBottomNavBar(BottomNavBar, NavDestination, NavController)
Setup the bottom navigation bar.
Declaration
void SetupBottomNavBar(BottomNavBar bottomNavBar, NavDestination destination, NavController navController)
Parameters
| Type | Name | Description |
|---|---|---|
| BottomNavBar | bottomNavBar | The bottom navigation bar to setup. |
| NavDestination | destination | The destination to setup the bottom navigation bar for. |
| NavController | navController | The navigation controller. |