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

TextButton

Material Design text button Text buttons are typically used for less-pronounced actions, including those located in dialogs and cards.

TextButton social preview

TextButtonSample

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

Content updated: