toggle menu
micro_utils.dokka
0.20.10
android
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.android.pickers
/
NumberPicker
Number
Picker
android
@
Composable
fun
NumberPicker
(
number
:
Int
,
modifier
:
Modifier
=
Modifier
,
range
:
IntRange
?
=
null
,
textStyle
:
TextStyle
=
LocalTextStyle.current
,
arrowsColor
:
Color
=
MaterialTheme.colorScheme.primary
,
allowUseManualInput
:
Boolean
=
true
,
onStateChanged
:
(
Int
)
->
Unit
=
{}
)
(
source
)