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

TextButton

Component.kt
@Composable
fun TextButtonSample() {
    TextButton(onClick = { /* Do something! */ }) { Text("Text Button") }
}