toggle menu
ActiveSense
androidJvm
switch theme
search in API
app
/
de.hsrm.activesense.utils
/
customTextField
custom
Text
Field
@
Composable
fun
customTextField
(
value
:
String
,
labelText
:
String
,
keyboardType
:
KeyboardType
=
KeyboardType.Ascii
,
onChange
:
(
String
)
->
Unit
,
leadingIcon
:
ImageVector
?
=
null
,
password
:
Boolean
=
false
)