outlineWidth property
The width of the polygon outline in pixels. Gets the outline width of the polygon in pixels.
By default, the outline width is set to zero.
Implementation
double get outlineWidth;
The width of the polygon outline in pixels. Sets the outline width of the polygon in pixels.
The value should be greater than or equal to 0. Negative values are clamped to zero.
Implementation
set outlineWidth(double value);