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

IconButton

IconButton is a component used for exposing supplementary actions with a single tap.

IconButtonSample

@Sampled
@Composable
fun IconButtonSample() {
    IconButton(onClick = {}) { Icon(FavoriteIcon, "Localized description") }
}

Content updated: