Skip to content

image colored background

milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.ui.components.image/ImageColoredBackground

ImageColoredBackground

[androidJvm]\

@Composable

fun ImageColoredBackground(modifier: Modifier = Modifier, image: Any? = null, shape: Shape = RectangleShape, transform: (color: Color) -> Brush? = null, contentAlignment: Alignment = Alignment.TopStart, content: @Composable(bckColor: Color) -> Unit = {})

Clone this wiki locally