🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

monthContentDescription

Source set: Android
val monthContentDescription = {
        if (selectedIndex == null) {
            monthString
        } else {
            fullMonthNames[(datePickerState.selectedMonth - 1) % 12]
        }
    }

Content updated: