outlineWidth property

  1. @Deprecated('Use LineStyle for actions with properties.')
double get outlineWidth

Width of the outline in units. Default: 0.

Implementation

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

Implementation

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