DatePickerColors

@Immutable
class 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
val todayTextColor: Color

Color for today text.

Link copied to clipboard
val weekTextColor: Color

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int