RatingDialog
fun RatingDialog(state: UseCaseState, selection: RatingSelection, config: RatingConfig, header: Header? = null, body: RatingBody, properties: DialogProperties = DialogProperties())
Rating dialog use-case.
Parameters
state
The state of the sheet.
selection
The selection configuration for the dialog.
config
The configuration for the rating view.
header
The header to be displayed at the top of the dialog.
body
The body content to be displayed inside the dialog.
properties
DialogProperties for further customization of this dialog's behavior.