@Composable fun TextButtonSample() { TextButton(onClick = { /* Do something */ }) { Text(text = "ABC") } }