Picker Semantics
data class PickerSemantics(val pickerLabel: String? = null, val previousItemActionLabel: String? = PickerDefaults.PreviousItemActionLabel, val nextItemActionLabel: String? = PickerDefaults.NextItemActionLabel)
Semantics configuration for one Picker column.
Value descriptions are configured through PickerItemFormat. This object only describes the picker column and its custom accessibility actions.
Parameters
picker Label
Optional label used as the accessibility prefix for the picker column.
previous Item Action Label
Accessibility action label for selecting the previous item. Pass null or blank to omit the action.
next Item Action Label
Accessibility action label for selecting the next item. Pass null or blank to omit the action.