Method SetupDrawer
SetupDrawer(Drawer, NavDestination, NavController)
Setup the drawer.
Declaration
void SetupDrawer(Drawer drawer, NavDestination destination, NavController navController)
Parameters
| Type | Name | Description | 
|---|---|---|
| Drawer | drawer | The drawer to setup.  | 
    
| NavDestination | destination | The destination to setup the drawer for.  | 
    
| NavController | navController | The navigation controller.  |