duration Picker Semantics
fun durationPickerSemantics(hourPickerLabel: String? = "Hours", minutePickerLabel: String? = "Minutes", previousItemActionLabel: String? = PreviousItemActionLabel, nextItemActionLabel: String? = NextItemActionLabel): DurationPickerSemantics
Creates accessibility configuration for a duration picker.
Return
A DurationPickerSemantics instance with the specified labels and actions.
Parameters
hour Picker Label
Accessibility label for the elapsed-hour column.
minute Picker Label
Accessibility label for the minute-within-hour column.
previous Item Action Label
Accessibility action label used to select the previous item.
next Item Action Label
Accessibility action label used to select the next item.