PickerGroupState


class PickerGroupState


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

Summary

Public companion properties

Saver<PickerGroupStateAny>

Public constructors

PickerGroupState(initiallySelectedIndex: Int)

Public properties

Int

The current selected Picker index.

Public companion properties

Saver

Added in 1.2.0
val SaverSaver<PickerGroupStateAny>

Public constructors

PickerGroupState

Added in 1.2.0
PickerGroupState(initiallySelectedIndex: Int = 0)
Parameters
initiallySelectedIndex: Int = 0

the picker index that will be initially selected

Public properties

selectedIndex

Added in 1.2.0
var selectedIndexInt

The current selected Picker index.