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

FilledIconButton

Wear Material FilledIconButton is a circular, icon-only button with a colored background and a contrasting content color.

FilledIconButton social preview

FilledIconButtonSample

@Composable
@Sampled
fun FilledIconButtonSample() {
    FilledIconButton(onClick = { /* Do something */ }) {
        Icon(imageVector = Icons.Filled.Favorite, contentDescription = "Favorite icon")
    }
}

Content updated: