-
Notifications
You must be signed in to change notification settings - Fork 0
badge
milan jurkulák edited this page May 2, 2024
·
1 revision
//tvlib/org.mjdev.tvlib.ui.components.badge/Badge
[androidJvm]\
fun Badge(modifier: Modifier = Modifier, shape: Shape = CircleShape, count: Int = 0, backGroundColor: Color = Color.DarkGray, borderColor: Color = Color.White, borderSize: Dp = 2.dp, textColor: Color = Color.White, textSize: TextUnit = 20.sp, contentPadding: Dp = 0.dp, onClick: () -> Unit? = null)