fillColor property

Color? fillColor
final

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).

Implementation

final Color? fillColor;