Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
ui
/
com.michaelflisar.toolbox.components
/
MyNumericInputNullable
My
Numeric
Input
Nullable
@
Composable
fun
<
T
:
Number
>
MyNumericInputNullable
(
value
:
T
?
,
instance
:
T
,
modifier
:
Modifier
=
Modifier
,
title
:
String
=
""
,
readOnly
:
Boolean
=
false
,
onValueChanged
:
(
value
:
T
?
)
->
Unit
=
{}
)