IconButtonSample
@Composable
fun IconButtonSample() {
IconButton(onClick = {}) { Icon(FavoriteIcon, "Localized description") }
}IconButton is a component used for exposing supplementary actions with a single tap.
RevenueCat
Add subscriptions to your apps in minutes
@Composable
fun IconButtonSample() {
IconButton(onClick = {}) { Icon(FavoriteIcon, "Localized description") }
}