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
Content copied to clipboard
The custom Dialog wrapped with the Equinox philosophy
Parameters
show
Whether the layout is visible or not
view Model
The viewmodel related to the screen which invoked this component
content
The content of the dialog