rememberWheelState

@Composable
fun rememberWheelState(vararg inputs: Any?, initialFirstVisibleItemIndex: Int = 0, initialFirstVisibleItemScrollOffset: Int = 0): LazyListState

state for WheelPicker

Parameters

inputs

inputs - A set of inputs such that, when any of them have changed, will cause the state to reset

initialFirstVisibleItemIndex

the initial value for LazyListState.firstVisibleItemIndex

initialFirstVisibleItemScrollOffset

the initial value forLazyListState.firstVisibleItemScrollOffset