withColor method
- Color value
Replaces SeriesInlineLabelConfig.color with value.
Implementation
SeriesInlineLabelConfig withColor(Color value) => copyWith(color: value);
Replaces SeriesInlineLabelConfig.color with value.
SeriesInlineLabelConfig withColor(Color value) => copyWith(color: value);