NumberPicker

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)