ModalDialogToolbar

fun ModalDialogToolbar(modifier: Modifier = Modifier, loading: Boolean = false, text: String, onClose: () -> Unit)(source)

Renders the ModalDialogToolbar UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

loading

loading value consumed by the API.

text

text value consumed by the API.

onClose

callback invoked by the component.