message

fun MaterialDialogScope.message(    text: String? = null,     color: Color = MaterialTheme.colors.onSurface,     style: TextStyle = MaterialTheme.typography.body1,     @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