app
androidJvm
app
/
com.iomt.android.compose.components.textfield
/
emailCell
email
Cell
fun
emailCell
(
value
:
String
,
validator
:
(
String
)
->
Boolean
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)
:
Cell
Return
Cell
for email
Parameters
value
current cell value
validator
callback that validates the value
on
Value
Change
callback invoked on
value
change