singleMarkerBuilder property
final
Function that creates a single event marker for a given day
If this is null, the default marker is used
Implementation
final Widget? Function(BuildContext, DateTime, dynamic)? singleMarkerBuilder;
Function that creates a single event marker for a given day
If this is null, the default marker is used
final Widget? Function(BuildContext, DateTime, dynamic)? singleMarkerBuilder;