RatingView

fun RatingView(useCaseState: UseCaseState, selection: RatingSelection, config: RatingConfig, header: Header? = null, body: RatingBody)

Rating view for the use-case to display a rating view.

Parameters

useCaseState

The state of the sheet.

selection

The selection configuration for the dialog view.

config

The configuration for the rating view.

header

The header to be displayed at the top of the dialog view.