PickerGroupState
class PickerGroupState
A state object that can be used to observe the selected Picker.
Summary
Public companion properties |
|
|---|---|
Saver<PickerGroupState, Any> |
Public constructors |
|---|
PickerGroupState(initiallySelectedIndex: Int) |
Public companion properties
Public constructors
PickerGroupState
Added in 1.2.0
PickerGroupState(initiallySelectedIndex: Int = 0)
| Parameters | |
|---|---|
initiallySelectedIndex: Int = 0 |
the picker index that will be initially selected |