1 2 3 4 5 6
@Composable fun Example_ 123() { Text(text = "World") Text(text = "World") Image(image = "url.png") }