PickerSemantics

constructor(pickerLabel: String? = null, previousItemActionLabel: String? = PickerDefaults.PreviousItemActionLabel, nextItemActionLabel: String? = PickerDefaults.NextItemActionLabel)

Parameters

pickerLabel

Optional label used as the accessibility prefix for the picker column.

previousItemActionLabel

Accessibility action label for selecting the previous item. Pass null or blank to omit the action.

nextItemActionLabel

Accessibility action label for selecting the next item. Pass null or blank to omit the action.