toggle menu
flatInvoker
common
switch theme
search in API
reaktor-ui
/
dev.shibasis.reaktor.ui
/
Theme
/
InputText
Input
Text
@
Composable
fun
InputText
(
modifier
:
Modifier
=
Modifier
,
value
:
String
=
""
,
onValueChange
:
(
String
)
->
Unit
=
{}
,
label
:
@
Composable
(
)
->
Unit
=
{}
,
placeholder
:
String
=
""
)