DatePickerColors
colors for DatePicker
Properties
Link copied to clipboard
Color for inactive date text.
Link copied to clipboard
Main text color for date and title.
Link copied to clipboard
Color for rang selection.
Link copied to clipboard
Color for selected date.
Link copied to clipboard
Background color for today.
Link copied to clipboard
Color for today text.
Link copied to clipboard
Color for week title.
Functions
Link copied to clipboard
fun copy(primaryContentColor: Color = this.primaryContentColor, weekTextColor: Color = this.weekTextColor, inactiveDateColor: Color = this.inactiveDateColor, selectedDateBackgroundColor: Color = this.selectedDateBackgroundColor, todayBackgroundColor: Color = this.todayBackgroundColor, todayTextColor: Color = this.todayTextColor, rangeBackgroundColor: Color = this.rangeBackgroundColor): DatePickerColors