PickerSemantics

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

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.

See also

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard