withLabel method
- String value
Replaces SeriesCalloutSpec.label with value.
Implementation
SeriesCalloutSpec withLabel(String value) => copyWith(label: value);
Replaces SeriesCalloutSpec.label with value.
SeriesCalloutSpec withLabel(String value) => copyWith(label: value);