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