rememberPickerGroupState

Composable Function
Android
@Composable
public fun rememberPickerGroupState(initiallySelectedIndex: Int = 0): PickerGroupState

Creates a PickerGroupState that is remembered across compositions.

Parameters

initiallySelectedIndex the picker index that will be initially focused