Backpack Android
Toggle table of contents
backpack-compose
Platform filter
backpack-compose
Switch theme
Search in API
Backpack Android
backpack-compose
/
net.skyscanner.backpack.compose.ratingbar
/
BpkRatingBar
Bpk
Rating
Bar
@
Composable
fun
BpkRatingBar
(
label
:
String
,
rating
:
Float
,
modifier
:
Modifier
=
Modifier
,
style
:
BpkRatingBarStyle
=
BpkRatingBarStyle.Default
,
scale
:
BpkRatingScale
=
BpkRatingScale.ZeroToFive
,
showScale
:
Boolean
=
true
)