CellTapCallback<T> typedef

CellTapCallback<T> = void Function(List<CalendarEventData<T>> events, DateTime date)

Implementation

typedef CellTapCallback<T> = void Function(
    List<CalendarEventData<T>> events, DateTime date);