CellBuilder<T> typedef

CellBuilder<T> = Widget Function(DateTime date, List<CalendarEventData<T>> event, bool isToday, bool isInMonth)

Implementation

typedef CellBuilder<T> = Widget Function(
  DateTime date,
  List<CalendarEventData<T>> event,
  bool isToday,
  bool isInMonth,
);