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

TextButton

Kotlin
@Composable
fun TextButtonWithAnimatedShapeSample() {
    TextButton(onClick = {}, shapes = ButtonDefaults.shapes()) { Text("Text Button") }
}