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