Skip to content

Instantly share code, notes, and snippets.

@AndroidPoet
Created October 13, 2022 03:48
Show Gist options
  • Save AndroidPoet/5becc1668ee3073dbe986e4f2b25b4ef to your computer and use it in GitHub Desktop.
Save AndroidPoet/5becc1668ee3073dbe986e4f2b25b4ef to your computer and use it in GitHub Desktop.
@Composable
fun TestComposable(modifier: Modifier = Modifier, data: () -> Unit) {
//scope of the composebale
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment