rememberPickerGroupState

Creates a [PickerGroupState] that is remembered across compositions.

rememberPickerGroupState

Composable Function

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

Creates a PickerGroupState that is remembered across compositions.

Parameters

initiallySelectedIndexthe picker index that will be initially focused