Package-level declarations
Functions
Link copied to clipboard
fun BottomBar(navController: NavHostController, screens: List<JochensNextDinnerScreen> = JochensNextDinnerScreen.values().toList()
.filter { it.inBottomBar })
Composable function for creating a bottom navigation bar.
Link copied to clipboard
Composable function for displaying a list item for a Like object.
Link copied to clipboard
Composable function for displaying a list item for a Recipe object. It provides an option for clicking on the Recipe object.
Link copied to clipboard
Composable function for creating a top bar.