withLineGlow method

AreaChartSeries withLineGlow(
  1. double value
)

Replaces AreaChartSeries.lineGlow with value.

Implementation

AreaChartSeries withLineGlow(double value) => copyWith(lineGlow: value);