Method SetupAppBar
SetupAppBar(AppBar, NavDestination, NavController)
Setup the app bar.
Declaration
void SetupAppBar(AppBar appBar, NavDestination destination, NavController navController)
Parameters
Type | Name | Description |
---|---|---|
AppBar | appBar | The app bar to setup. |
NavDestination | destination | The destination to setup the app bar for. |
NavController | navController | The navigation controller. |