Skip to content

text with shadow

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

//tvlib/org.mjdev.tvlib.ui.components.text/TextWithShadow

TextWithShadow

[androidJvm]\

@Composable

fun TextWithShadow(modifier: Modifier = Modifier, shadowSize: Dp = 8.dp, shadowColor: Color = Color.Green, offsetX: Dp = 0.dp, offsetY: Dp = 0.dp, fontWeight: FontWeight = FontWeight.Normal, fontSize: TextUnit = 16.sp, color: Color = Color.White, text: Any? = "test")

Clone this wiki locally