-
Notifications
You must be signed in to change notification settings - Fork 0
user pic
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.tv/UserPic
[androidJvm]\
fun UserPic(modifier: Modifier = Modifier, shape: Shape = CircleShape, src: Any? = R.drawable.person, backGroundColor: Color = MaterialTheme.colorScheme.secondary, borderColor: Color = Color.White, borderSize: Dp = 2.dp, contentPadding: Dp = 2.dp, onClick: () -> Unit? = null)