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

IconButton

PREVIEW IS NOT AVAILABLE YET

Kotlin
@Composable
fun IconButtonSample() {
    IconButton(onClick = { /* doSomething() */ }) {
        Icon(Icons.Filled.Favorite, contentDescription = "Localized description")
    }
}