customView

@Composable
fun MaterialDialogScope.customView(content: @Composable () -> Unit)

Create an view in the dialog with the given content and appropriate padding

Parameters

content

the content of the custom view