withName method
- String value
Replaces GaugeChartSeries.name with value.
Implementation
GaugeChartSeries withName(String value) => copyWith(name: value);
Replaces GaugeChartSeries.name with value.
GaugeChartSeries withName(String value) => copyWith(name: value);