withLabel method

LegendAnnotation withLabel(
  1. String value
)

Replaces LegendAnnotation.label with value.

Implementation

LegendAnnotation withLabel(String value) => copyWith(label: value);