Package-level declarations

Functions

Link copied to clipboard
fun BottomNavigationLayout(navController: NavHostController, screens: List<JochensNextDinnerScreen> = JochensNextDinnerScreen.values().toList() .filter { it.inBottomBar })

Composable function for creating a layout with a bottom navigation bar.

Link copied to clipboard

Composable function for creating the content of the navigation drawer.

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

Composable function for creating a layout with a navigation drawer.