colors
Creates a DatePickerColors that will potentially animate between the provided colors according to the Material specification.
Creates a DatePickerColors that will potentially animate between the provided colors according to the Material specification.
Parameters
the color used for the date picker's background
the color used for the date picker's title
the color used for the date picker's headline
the color used for the weekday letters
the color used for the month and year subhead labels that appear when months are displayed at a DateRangePicker
.
the content color used for the year selection menu button and the months arrow navigation when displayed at a DatePicker
.
the color used for a year item content
the color used for a disabled year item content
the color used for the current year content when selecting a year
the color used for a selected year item content
the color used for a disabled selected year item content
the color used for a selected year item container
the color used for a disabled selected year item container
the color used for days content
the color used for disabled days content
the color used for selected days content
the color used for disabled selected days content
the color used for a selected day container
the color used for a disabled selected day container
the color used for the day that marks the current date
the color used for the border of the day that marks the current date
the content color used for days that are within a date range selection
the container color used for days that are within a date range selection
the color used for the dividers used at the date pickers
the TextFieldColors defaults for the date text field when in DisplayMode.Input. See OutlinedTextFieldDefaults.colors.