DialogProgress
fun DialogProgress(state: DialogState, content: @Composable ColumnScope.() -> Unit? = null, progressStyle: DialogProgress.Style = DialogProgress.Style.Indeterminate(), title: @Composable () -> Unit? = null, icon: @Composable () -> Unit? = null, style: ComposeDialogStyle = DialogDefaults.defaultDialogStyle(), buttons: DialogButtons = DialogDefaults.buttons(), options: DialogOptions = DialogDefaults.options(), onEvent: (event: DialogEvent) -> Unit = {})
Shows a dialog with an optional label and a progress indicator
Basic Parameters: all params not described here are derived from Dialog, check it out for more details
Parameters
content
the content of the progress
progressStyle
the style of the progress indicator (DialogProgress.Style)