ComposePreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposePreferences
number
/
com.michaelflisar.composepreferences.screen.number
/
PreferenceNumberDefaults
/
dialog
dialog
@
Composable
fun
<
T
:
Number
>
dialog
(
dialogState
:
DialogState
,
value
:
T
,
onValueChange
:
(
value
:
T
)
->
Unit
,
min
:
T
,
max
:
T
,
stepSize
:
T
,
formatter
:
(
value
:
T
)
->
String
=
{ it.toString() }
,
title
:
String
,
icon
:
@
Composable
(
)
->
Unit
?
=
null
)