Emoji More Button
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
on Emoji More Button Click
The callback for when the more button is clicked.
modifier
The modifier to be applied to the button.
more Drawable
The drawable resource ID for the more button icon.