-
Notifications
You must be signed in to change notification settings - Fork 0
image colored background
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.image/ImageColoredBackground
[androidJvm]\
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 = {})