compose-ui-material3
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compose-ui-material3
compose-ui-material3
/
io.github.ricardomorarey.composeui.rating
Package-level
declarations
Functions
Functions
Rating
Bar
Link copied to clipboard
@
Composable
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.