Composable Function

rememberPickerGroupState

Creates a PickerGroupState that is remembered across compositions.

rememberPickerGroupState

Source set: 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

Last updated: