Equinox Dialog

fun EquinoxDialog(show: MutableState<Boolean>, viewModel: <Error class: unknown class>? = null, content: @Composable ColumnScope.() -> Unit)

Deprecated

JUST FOR TESTING WILL BE INTEGRATED IN THE OFFICIAL EQUINOX-COMPOSE LIBRARY

Replace with

The official component

The custom Dialog wrapped with the Equinox philosophy

Parameters

show

Whether the layout is visible or not

viewModel

The viewmodel related to the screen which invoked this component

content

The content of the dialog