DatePickerUltra constructor
DatePickerUltra({})
Implementation
DatePickerUltra({
super.key,
required this.onChange,
this.iconColor = Colors.grey,
this.color = Colors.orangeAccent,
DateTime? selectedDate,
}) : selectedDate = selectedDate ?? DateTime.now();