OutlinedButton

Outlined buttons are medium-emphasis buttons.

OutlinedButton preview
RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

OutlinedButtonSample

@Composable
fun OutlinedButtonSample() {
    OutlinedButton(onClick = { /* Do something! */ }) { Text("Outlined Button") }
}