DialogButton
class DialogButton(val text: String = "", val contentColor: Color = Color.Unspecified, val containerColor: Color = Color.Unspecified, val shape: Shape? = null)
a dialog buttons
Parameters
text
the text of the button
contentColor
the content color of the button
containerColor
the container color of the button
shape
the custom shape of the button