strokeColor property

Color? strokeColor
final

Optional stroke (outline) color for the polygon.

Can be any Flutter Color object, or null to use the default color (black).

Implementation

final Color? strokeColor;