OutlinedButtonSample
@Composable
fun OutlinedButtonSample() {
OutlinedButton(onClick = { /* Do something! */ }) { Text("Outlined Button") }
}Outlined buttons are medium-emphasis buttons.
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun OutlinedButtonSample() {
OutlinedButton(onClick = { /* Do something! */ }) { Text("Outlined Button") }
}