withConnectorGlow method

SeriesCalloutSpec withConnectorGlow(
  1. double value
)

Replaces SeriesCalloutSpec.connectorGlow with value.

Implementation

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