message

fun MaterialDialogScope.message(    text: String,     color: Color = MaterialTheme.colors.onSurface,     style: TextStyle = MaterialTheme.typography.body1)

Adds paragraph of text to the dialog

Parameters

text

message text from a string literal

res

message text from a string resource