🌈 Create new beautiful Compose Gradients with our new wesite ->

TextButton

TextButton preview
Kotlin
@Composable

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