DateSelectionCallback typedef
DateSelectionCallback =
void Function(DateTime selectedDate)
Implementation
typedef DateSelectionCallback = void Function(DateTime selectedDate);
typedef DateSelectionCallback = void Function(DateTime selectedDate);