withLineGlow method

LineChartSeries withLineGlow(
  1. double value
)

Replaces LineChartSeries.lineGlow with value.

Implementation

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