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

//tvlib/org.mjdev.tvlib.ui.components.tv/Title

Title

[androidJvm]\

@Composable

fun Title(modifier: Modifier = Modifier, fontWeight: FontWeight = FontWeight.Bold, fontSize: TextUnit = 24.sp, color: Color = Color.White, focusShadowColor: Color = Color.Green, unfocusedShadowColor: Color = Color.Transparent, shadowSize: Dp = 10.dp, title: Any? = R.string.app_name, icon: Any? = R.drawable.person, onClick: () -> Unit? = null)

Clone this wiki locally