PickerGroupState

Class

Android
public class PickerGroupState constructor(initiallySelectedIndex: Int = 0)

A state object that can be used to observe the selected Picker.

Parameters

initiallySelectedIndexthe picker index that will be initially selected

Companion Object

Properties

Android
public val Saver: Saver<PickerGroupState, Any>