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