toggle menu
Kaluga
1.3.0-SNAPSHOT
androidJvm
switch theme
search in API
architecture-compose
/
com.splendo.kaluga.architecture.compose
/
mutableState
mutable
State
@
Composable
fun
<
R
>
WithMutableState
<
R
>
.
mutableState
(
)
:
MutableState
<
R
>
Creates a
MutableState
that is synchronized with a
WithMutableState
.