toggle menu
flatInvoker
common
switch theme
search in API
reaktor-ui
/
dev.shibasis.reaktor.ui.compose
Package-level
declarations
Types
Functions
Types
No
Arg
Render
Link copied to clipboard
fun
interface
NoArgRender
Functions
use
State
Link copied to clipboard
@
Composable
fun
<
T
>
useState
(
initialValue
:
T
,
factory
:
(
T
)
->
MutableState
<
T
>
=
{ mutableStateOf(it) }
)
:
MutableState
<
T
>