Created
October 13, 2022 03:48
-
-
Save AndroidPoet/5becc1668ee3073dbe986e4f2b25b4ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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