message
fun MaterialDialogScope.message( text: String? = null, color: Color = MaterialTheme.colors.onSurface, style: TextStyle = MaterialTheme.typography.body1, @StringRes res: Int? = null)
Content copied to clipboard
Adds paragraph of text to the dialog
Parameters
text
message text from a string literal
res
message text from a string resource