Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
markerDecoration default by the define in CalendarStyle -> markerDecoration: const BoxDecoration(color: Colors.green, shape: BoxShape.circle);
But with data of event with codition, we need to change this color (eg: red with error check)
Additional context
Add any other context or screenshots about the feature request here.
Update:
use calendarBuilder with singleMarkerBuilder.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] markerDecoration default by the define in CalendarStyle -> markerDecoration: const BoxDecoration(color: Colors.green, shape: BoxShape.circle); But with data of event with codition, we need to change this color (eg: red with error check)
Additional context Add any other context or screenshots about the feature request here.
Update: use calendarBuilder with singleMarkerBuilder.