gradientLength property

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

Maximum length (in units) of the gradient from one color to another. Default: 0.

Implementation

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

Implementation

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