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