withReferences method
- GaugeReferenceStyle value
Replaces GaugeChartConfig.references with value.
Implementation
GaugeChartConfig withReferences(GaugeReferenceStyle value) =>
copyWith(references: value);
Replaces GaugeChartConfig.references with value.
GaugeChartConfig withReferences(GaugeReferenceStyle value) =>
copyWith(references: value);