withLineGlow method
- double value
Replaces AreaChartSeries.lineGlow with value.
Implementation
AreaChartSeries withLineGlow(double value) => copyWith(lineGlow: value);
Replaces AreaChartSeries.lineGlow with value.
AreaChartSeries withLineGlow(double value) => copyWith(lineGlow: value);