rememberPickerGroupState

Functions summary

PickerGroupState
@Composable
rememberPickerGroupState(initiallySelectedIndex: Int)

Creates a PickerGroupState that is remembered across compositions.

Functions

rememberPickerGroupState

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

Creates a PickerGroupState that is remembered across compositions.

Parameters
initiallySelectedIndex: Int = 0

the picker index that will be initially focused