negative Button
fun negativeButton( text: String, textStyle: TextStyle = MaterialTheme.typography.button, onClick: () -> Unit = {})
Content copied to clipboard
Adds a negative button to the dialog
Parameters
text
the string literal text shown in the button
res
the string resource text shown in the button even if autoDismissing is disabled
on Click
a callback which is called when the button is pressed