strokeWidth property
      
      double
      get
      strokeWidth
      
    
    
Sets the stroke width in units. 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. default: 5
Implementation
core.double get strokeWidth;
      
      set
      strokeWidth
      (double val) 
      
    
    
    
Implementation
set strokeWidth(core.double val);