RatingBody
Defined implementations of a body for the rating dialog.
Inheritors
Types
Link copied to clipboard
Custom implementation of a body.
Link copied to clipboard
data class Default(val bodyText: String, val preBody: @Composable () -> Unit = {}, val postBody: @Composable () -> Unit = {}) : RatingBody
Standard implementation of a body.