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