Package-level declarations

Functions

Link copied to clipboard
fun RatingBar(rating: Int, modifier: Modifier = Modifier, maxRating: Int = 5, onRatingChange: (Int) -> Unit? = null, starSize: Dp = 28.dp, filledColor: Color = MaterialTheme.colorScheme.primary, emptyColor: Color = MaterialTheme.colorScheme.outline)

Barra de valoración con estrellas.