strokeWidth property

  1. @Deprecated('Use LineStyle for actions with properties.')
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.Deprecated('Use LineStyle for actions with properties.')
core.double get strokeWidth;
  1. @Deprecated('Use LineStyle for actions with properties.')
set strokeWidth (double val)

Implementation

@core.Deprecated('Use LineStyle for actions with properties.')
set strokeWidth(core.double val);