Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created September 8, 2022 17:22
Show Gist options
  • Save cp-radhika-s/f3bb1a4038c089e01eccdcf9d5012804 to your computer and use it in GitHub Desktop.
Save cp-radhika-s/f3bb1a4038c089e01eccdcf9d5012804 to your computer and use it in GitHub Desktop.
Surface(
modifier = Modifier.fillMaxSize(),
color = MaterialTheme.colors.background
) {
RecipeDetail()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment