by @alexstyl
✉️ Leave your feedback

← Back to Material 3 Compose

TextButton

Component
in
Material 3
. Since 1.0.0

Overview

Examples

Community Notes

Video

@Composable
fun TextButtonSample() {
    TextButton(onClick = { /* Do something! */ }) { Text("Text Button") }
}
Previous ComponentText
Next ComponentTextField