Date Picker Defaults
object DatePickerDefaults
Object to hold default values used by datepicker
Functions
Link copied to clipboard
fun colors(headerBackgroundColor: Color = MaterialTheme.colors.primary, headerTextColor: Color = MaterialTheme.colors.onPrimary, calendarHeaderTextColor: Color = MaterialTheme.colors.onBackground, dateActiveBackgroundColor: Color = MaterialTheme.colors.primary, dateInactiveBackgroundColor: Color = Color.Transparent, dateActiveTextColor: Color = MaterialTheme.colors.onPrimary, dateInactiveTextColor: Color = MaterialTheme.colors.onBackground): DatePickerColors
Initialises a DatePickerColors object which represents the different colors used by the datepicker composable