McImage

@Composable
fun McImage(    icon: McIcon,     contentDescription: String? = icon,     modifier: Modifier = Modifier,     alignment: Alignment = Alignment.Center,     contentScale: ContentScale = ContentScale.Fit)

Renders the icon of any Item to this gui as an Image.

See Image for a description of the parameters.

See also

Image

Sources

Link copied to clipboard