dashOffset property

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

Offset from the start of the polyline to the reference dash in units. Default: 0.

Implementation

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

Implementation

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