Kewt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kewt
kewt-core
/
dev.kewt.core.state
/
mutableStateOf
mutable
State
Of
fun
<
T
>
mutableStateOf
(
initial
:
T
)
:
MutableState
<
T
>
(
source
)
Creates a new
MutableState
initialized with
initial
.