fillColor property
Color of the polygon's fill. Gets the current color of the fill.
Implementation
ui.Color get fillColor;
Color of the polygon's fill. Sets the current color of the fill.
Fully transparent color (alpha set to 0) disables the fill completely.
Implementation
set fillColor(ui.Color value);