Date Picker
A DatePicker component with COUI style.
Three scroll wheels (year / month / day) arranged like the COUI date picker: the columns are centered as a group, the day range follows the selected year and month (leap years included), and the day is clamped when a shorter month is selected. All columns wrap around, matching COUIDatePicker.
Parameters
The currently selected date. Out-of-range fields are coerced.
The callback invoked when the selected date changes.
The modifier to be applied to the DatePicker.
Whether the DatePicker is enabled for user interaction.
The selectable year range.
Converts a year to its display string.
Converts a month (1..12) to its display string.
Converts a day of month to its display string.
The width of the year column.
The width of the month column.
The width of the day column.
The NumberPickerColors for the wheels.
The TextStyle for the wheel items.
The height of each wheel item.
The padding around the wheel columns.