IconButtonSample
@Composable
fun IconButtonSample() {
IconButton(onClick = {}) { Icon(FavoriteIcon, "Localized description") }
}IconButton is a component used for exposing supplementary actions with a single tap.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun IconButtonSample() {
IconButton(onClick = {}) { Icon(FavoriteIcon, "Localized description") }
}Last updated: