withConnectorGlow method

SeriesCalloutConfig withConnectorGlow(
  1. double value
)

Replaces SeriesCalloutConfig.connectorGlow with value.

Implementation

SeriesCalloutConfig withConnectorGlow(double value) =>
    copyWith(connectorGlow: value);