withColor method

SeriesInlineLabelConfig withColor(
  1. Color value
)

Replaces SeriesInlineLabelConfig.color with value.

Implementation

SeriesInlineLabelConfig withColor(Color value) => copyWith(color: value);