OutlinedButtonSample
@Composable
fun OutlinedButtonSample() {
OutlinedButton(onClick = {}) { Text("Outlined Button") }
}Material Design outlined button for TV.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun OutlinedButtonSample() {
OutlinedButton(onClick = {}) { Text("Outlined Button") }
}Last updated: