withInset method

SeriesCalloutConfig withInset(
  1. double value
)

Replaces SeriesCalloutConfig.inset with value.

Implementation

SeriesCalloutConfig withInset(double value) => copyWith(inset: value);