message

@Composable
fun MaterialDialogScope.message(text: String? = null, @StringRes res: Int? = null)

Adds paragraph of text to the dialog

Parameters

text

message text from a string literal

res

message text from a string resource