🌈 Create new beautiful Compose Gradients with our new wesite ->
Compose Component

OutlinedButton

Material Design outlined button for TV.

OutlinedButtonSample

@Sampled
@Composable
fun OutlinedButtonSample() {
    OutlinedButton(onClick = {}) { Text("Outlined Button") }
}