Source set: Android
public class PickerGroupState constructor(initiallySelectedIndex: Int = 0)
A state object that can be used to observe the selected Picker.
Parameters
| initiallySelectedIndex | the picker index that will be initially selected |
Properties
selectedIndex
Source set: Android
public var selectedIndex: Int
The current selected Picker index.
Companion Object
Properties
Source set: Android
public val Saver: Saver<PickerGroupState, Any>