app
androidJvm
app
/
com.iomt.android.compose.components.textfield
/
Cell
/
Cell
Cell
constructor
(
value
:
String
,
iconId
:
Int
?
=
null
,
description
:
String
?
=
null
,
validator
:
(
String
)
->
Boolean
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)