jsonforms-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
jsonforms-kotlin
cupertino
/
com.paligot.jsonforms.cupertino
/
CupertinoNumberProperty
Cupertino
Number
Property
@
Composable
fun
RendererNumberScope
.
CupertinoNumberProperty
(
value
:
String
?
,
modifier
:
Modifier
=
Modifier
,
error
:
String
?
=
null
,
onValueChange
:
(
String
)
->
Unit
)