DrawerNavigationLayout

fun DrawerNavigationLayout(navController: NavHostController, screens: List<JochensNextDinnerScreen> = JochensNextDinnerScreen.values().toList())

Composable function for creating a layout with a navigation drawer.

Parameters

navController

The NavController for navigating between screens.

screens

The list of screens to display in the navigation drawer. By default, it includes all screens.