clearColor method
Clears SeriesInlineLabelConfig.color to null.
Implementation
SeriesInlineLabelConfig clearColor() => copyWith(clearColor: true);
Clears SeriesInlineLabelConfig.color to null.
SeriesInlineLabelConfig clearColor() => copyWith(clearColor: true);