← 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 Component← Text
Next ComponentTextField →
