Package-level declarations
Functions
Link copied to clipboard
Composable function for displaying a list item.
Link copied to clipboard
Composable function for displaying a numbered list item.
Link copied to clipboard
fun RecipeDetailScreen(recipeDetailViewModel: RecipeDetailViewModel = viewModel(factory = RecipeDetailViewModel.Factory), recipeId: Long, showImage: Boolean = true)
Composable function for the RecipeDetailScreen. It displays the details of a recipe.
Link copied to clipboard
Composable function for displaying the recipe image.
Link copied to clipboard
Composable function for displaying a section header.