DatePicker constructor
const
DatePicker({})
Implementation
const DatePicker({
super.key,
this.beginYear,
this.endYear,
this.ascendingYear = true,
required this.onChanged,
this.labelYear = 'Year',
this.labelMonth = 'Month',
this.labelDay = 'Day',
this.initialDate,
});