date Range Picker Semantics
fun dateRangePickerSemantics(start: DatePickerSemantics = datePickerSemantics(
yearPickerLabel = "Start year",
monthPickerLabel = "Start month",
dayPickerLabel = "Start day"
), end: DatePickerSemantics = datePickerSemantics(
yearPickerLabel = "End year",
monthPickerLabel = "End month",
dayPickerLabel = "End day"
)): DateRangePickerSemantics
Creates semantics configuration for a date range picker.
Return
A DateRangePickerSemantics instance with the specified semantics behavior.
Parameters
start
Accessibility configuration for the start date picker.
end
Accessibility configuration for the end date picker.