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