fillColor property

Color? fillColor
final

Optional fill color for the polygon.

Can be any Flutter Color object (e.g., Colors.blue, Color(0xFF0080FF)), or null to use the default color (blue).

Implementation

final Color? fillColor;