yearMonthPickerSemantics

fun yearMonthPickerSemantics(yearPickerLabel: String? = "Year", monthPickerLabel: String? = "Month", previousItemActionLabel: String? = PreviousItemActionLabel, nextItemActionLabel: String? = NextItemActionLabel): YearMonthPickerSemantics

Creates semantics configuration for a year-month picker.

Return

A YearMonthPickerSemantics instance with the specified semantics behavior.

Parameters

yearPickerLabel

Accessibility label for the year picker. Pass null to omit the picker label prefix.

monthPickerLabel

Accessibility label for the month picker. Pass null to omit the picker label prefix.

previousItemActionLabel

Accessibility action label used by child pickers to select the previous item.

nextItemActionLabel

Accessibility action label used by child pickers to select the next item.