DateSelectionCallback typedef

DateSelectionCallback = void Function(DateTime selectedDate)

Signature for a function that detects when a tap is occurred.

Implementation

typedef DateSelectionCallback = void Function(DateTime selectedDate);