Material Dialog
@Composable
Content copied to clipboard
Builds a dialog with the given content
Parameters
dialog State
state of the dialog
properties
properties of the compose dialog
background Color
background color of the dialog
shape
shape of the dialog and components used in the dialog
border
border stoke of the dialog
elevation
elevation of the dialog
auto Dismiss
when true the dialog is hidden on any button press
on Close Request
function to be executed when user clicks outside dialog
buttons
the buttons layout of the dialog
content
the body content of the dialog