DateSelectionCallback typedef
DateSelectionCallback =
void Function(DateTime selectedDate)
Signature for a function that detects when a tap has occurred.
Used by DatePicker for tap detection.
Implementation
typedef DateSelectionCallback = void Function(DateTime selectedDate);