Single
data class Single(val startSelectionHint: CalendarParams.DayCellAccessibilityLabel? = null, val noSelectionState: String? = null, val startSelectionState: CalendarParams.DayCellAccessibilityLabel? = null, val contentDescription: (LocalDate) -> String? = null) : CalendarParams.SelectionMode
Accessibility labels are NOT supported in the view version
Constructors
Link copied to clipboard
constructor(startSelectionHint: CalendarParams.DayCellAccessibilityLabel? = null, noSelectionState: String? = null, startSelectionState: CalendarParams.DayCellAccessibilityLabel? = null, contentDescription: (LocalDate) -> String? = null)