RatingPopup

fun RatingPopup(state: UseCaseState, selection: RatingSelection, config: RatingConfig, header: Header? = null, body: RatingBody, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())

Rating pop-up that displays a rating view.

Parameters

state

The state of the sheet.

selection

The selection configuration for the popup.

config

The configuration for the rating view.

header

The header to be displayed at the top of the popup.

body

The body content to be displayed inside the popup.

alignment

The alignment of the popup.

offset

The offset of the popup.

properties

PopupProperties for further customization of this popup's behavior.