BulletPoints

@Composable
fun BulletPoints(modifier: Modifier = Modifier, horizontalAlignment: Alignment.Horizontal = Alignment.Start, spacedBy: Dp = 8.dp, builder: BulletPointsBuilder.() -> Unit)

Deprecated (with error)

`BulletPoints` has been moved to specific artefacts depending on material's version used. You should import either `net.kodein.cup:cup-widget-material` or `net.kodein.cup:cup-widget-material3`.