SingleMarkerBuilder<T> typedef
Signature for a function that creates a single event marker for a given day
.
Contains a single event
associated with that day
.
Implementation
typedef SingleMarkerBuilder<T> = Widget? Function(
BuildContext context, DateTime day, T event);