EmojiMoreButton

fun EmojiMoreButton(onEmojiMoreButtonClick: () -> Unit, modifier: Modifier = Modifier, moreDrawable: Int = R.drawable.icon_emoji_more)

Represents the more button in the emoji list.

Since

1.2.0

Parameters

onEmojiMoreButtonClick

The callback for when the more button is clicked.

modifier

The modifier to be applied to the button.

moreDrawable

The drawable resource ID for the more button icon.