Optional fill color for the circle.
Can be any Flutter Color object (e.g., Colors.green, Color(0xFF00FF00)), or null to use the default color (blue).
Colors.green
Color(0xFF00FF00)
final Color? fillColor;