strokeWidth property
double
get
strokeWidth
The stroke width in units. Default: 5. The size of a unit is equal to the size of a pixel at the current zoom level when the camera position's tilt is equal to 0 and the scale factor is equal to 1.
Implementation
core.double get strokeWidth;
set
strokeWidth
(double val)
Implementation
set strokeWidth(core.double val);