Package-level declarations
Types
Enum that represents possible star states.
Functions
A display for a rating value.
Display the value rating of an user with stars optionally followed by a label and/or commentCount in the following form 3,4 ★★★☆☆ Communication (5)
A rating input component that allows the user to select a rating from 0 to 5. This component can have it's value changed either by a tap on the star or dragging horizontally.
Component that displays a compressed version of user rating
This function displays a large simple version of user rating.
RatingStar is the atomic element of rating components
Return corresponding RatingStarState based on a Boolean representation
Return corresponding RatingStarState based on a Double representation
Return corresponding RatingStarState based on a Float representation
Return corresponding RatingStarState based on a Int representation