-
Notifications
You must be signed in to change notification settings - Fork 0
text with shadow
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.text/TextWithShadow
[androidJvm]\
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")