Noto Image Emoji
fun NotoImageEmoji(emoji: Emoji, modifier: Modifier = Modifier, placeholder: @Composable (Modifier) -> Unit = { PlatformEmojiPlaceholder(emoji, it) })
Shows an Emoji as an image downloaded from the Noto image library.
Parameters
emoji
The Emoji to render
modifier
The modifier to be applied to the layout.
placeholder
Composable that will be rendered in place during the download of the image.