Skip to content

circle text

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

//tvlib/org.mjdev.tvlib.ui.components.text/CircleText

CircleText

[androidJvm]\

@Composable

fun CircleText(modifier: Modifier = Modifier, backGroundColor: Color = MaterialTheme.colorScheme.secondary, borderColor: Color = Color.White, borderSize: Dp = 2.dp, text: String = "0", textColor: Color = Color.White, textSize: TextUnit = 20.sp, contentPadding: Dp = 0.dp)

Clone this wiki locally