withColor method

GaugeChartSeries withColor(
  1. Color value
)

Replaces GaugeChartSeries.color with value.

Implementation

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